commit | 474f226582dcd8a4570fcb4d7d3e5a3b27279470 | [log] [tgz] |
---|---|---|
author | Christopher Plewright <chris@createng.com> | Sun Jan 15 13:23:20 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 15 13:23:20 2023 +0000 |
tree | 3e108a2c29f6a59d0d041f5e48d7548d9b066e81 | |
parent | 584b853ee034754edd278d15f2966ac3d8c9d72c [diff] [blame] |
patch 9.0.1200: AppVeyor builds with an old Python version Problem: AppVeyor builds with an old Python version. Solution: Switch from Python 3.8 to 3.11. (Christopher Plewright, closes #11814)
diff --git a/src/version.c b/src/version.c index 2b472d3..9427081 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1200, +/**/ 1199, /**/ 1198,