summaryrefslogtreecommitdiffstats
path: root/src
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 /src
parent0a657124a57baa10c65554f04c7806e939927830 (diff)
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 'src')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index d4abf68e10..2571f5198e 100644
--- 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,