changeset 31563:1da5ce62edeb v9.0.1114

patch 9.0.1114: CI does not use the latest Python version Commit: https://github.com/vim/vim/commit/ef91ae4557ac93e581b0ec39bf4c78c3556d7484 Author: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Fri Dec 30 17:41:17 2022 +0000 patch 9.0.1114: CI does not use the latest Python version Problem: CI does not use the latest Python version. Solution: Switch from Python 3.10 to 3.11. (closes https://github.com/vim/vim/issues/11761)
author Bram Moolenaar <Bram@vim.org>
date Fri, 30 Dec 2022 18:45:04 +0100
parents 9ee906bea246
children 87141d95fa10
files .github/workflows/ci.yml src/version.c
diffstat 2 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1114,
+/**/
     1113,
 /**/
     1112,