forked from aniani/vim
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)
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -373,8 +373,8 @@ jobs:
|
|||||||
PYTHON_VER_DOT: '2.7'
|
PYTHON_VER_DOT: '2.7'
|
||||||
PYTHON_DIR: 'C:\Python27'
|
PYTHON_DIR: 'C:\Python27'
|
||||||
# Python 3
|
# Python 3
|
||||||
PYTHON3_VER: 310
|
PYTHON3_VER: 311
|
||||||
PYTHON3_VER_DOT: '3.10'
|
PYTHON3_VER_DOT: '3.11'
|
||||||
# Other dependencies
|
# Other dependencies
|
||||||
# winpty
|
# winpty
|
||||||
WINPTY_URL: https://github.com/rprichard/winpty/releases/download/0.4.3/winpty-0.4.3-msvc2015.zip
|
WINPTY_URL: https://github.com/rprichard/winpty/releases/download/0.4.3/winpty-0.4.3-msvc2015.zip
|
||||||
|
@@ -695,6 +695,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1114,
|
||||||
/**/
|
/**/
|
||||||
1113,
|
1113,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user