summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPhilip H <47042125+pheiduck@users.noreply.github.com>2022-12-30 17:41:17 +0000
committerBram Moolenaar <Bram@vim.org>2022-12-30 17:41:17 +0000
commitef91ae4557ac93e581b0ec39bf4c78c3556d7484 (patch)
tree35252bea5c7caa42853a574fd8ff77e36e680889 /.github
parent0a657124a57baa10c65554f04c7806e939927830 (diff)
downloadvim-git-ef91ae4557ac93e581b0ec39bf4c78c3556d7484.tar.gz
patch 9.0.1114: CI does not use the latest Python versionv9.0.1114
Problem: CI does not use the latest Python version. Solution: Switch from Python 3.10 to 3.11. (closes #11761)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ae4caf068..01cc16a57 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -373,8 +373,8 @@ jobs:
PYTHON_VER_DOT: '2.7'
PYTHON_DIR: 'C:\Python27'
# Python 3
- PYTHON3_VER: 310
- PYTHON3_VER_DOT: '3.10'
+ PYTHON3_VER: 311
+ PYTHON3_VER_DOT: '3.11'
# Other dependencies
# winpty
WINPTY_URL: https://github.com/rprichard/winpty/releases/download/0.4.3/winpty-0.4.3-msvc2015.zip