From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Fri, 30 Dec 2022 17:41:17 +0000 (+0000) Subject: patch 9.0.1114: CI does not use the latest Python version X-Git-Tag: v9.0.1114 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef91ae4557ac93e581b0ec39bf4c78c3556d7484;p=thirdparty%2Fvim.git 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 #11761) --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ae4caf0686..01cc16a571 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 diff --git a/src/version.c b/src/version.c index d4abf68e10..2571f5198e 100644 --- a/src/version.c +++ b/src/version.c @@ -695,6 +695,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1114, /**/ 1113, /**/