]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.0.1114: CI does not use the latest Python version v9.0.1114
authorPhilip H <47042125+pheiduck@users.noreply.github.com>
Fri, 30 Dec 2022 17:41:17 +0000 (17:41 +0000)
committerBram Moolenaar <Bram@vim.org>
Fri, 30 Dec 2022 17:41:17 +0000 (17:41 +0000)
Problem:    CI does not use the latest Python version.
Solution:   Switch from Python 3.10 to 3.11. (closes #11761)

.github/workflows/ci.yml
src/version.c

index ae4caf06869399d1da095f059df6f671cec88bb2..01cc16a571228f75474a017245450063071d4d09 100644 (file)
@@ -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
index d4abf68e10ca9d5b7b8cc76e50a89a22715018c6..2571f5198ed090f23be9c2b5285e060bc0b4f77f 100644 (file)
@@ -695,6 +695,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1114,
 /**/
     1113,
 /**/