Patch 9.0.1114
Problem: CI does not use the latest Python version.
Solution: Switch from Python 3.10 to 3.11. (closes #11761)
Files: .github/workflows/ci.yml
*** ../vim-9.0.1113/.github/workflows/ci.yml 2022-12-17 15:47:41.398038024
+0000
--- .github/workflows/ci.yml 2022-12-30 17:38:32.516212811 +0000
***************
*** 373,380 ****
PYTHON_VER_DOT: '2.7'
PYTHON_DIR: 'C:\Python27'
# Python 3
! PYTHON3_VER: 310
! PYTHON3_VER_DOT: '3.10'
# Other dependencies
# winpty
WINPTY_URL:
https://github.com/rprichard/winpty/releases/download/0.4.3/winpty-0.4.3-msvc2015.zip
--- 373,380 ----
PYTHON_VER_DOT: '2.7'
PYTHON_DIR: 'C:\Python27'
# Python 3
! 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
*** ../vim-9.0.1113/src/version.c 2022-12-30 17:28:08.409002765 +0000
--- src/version.c 2022-12-30 17:39:48.548140573 +0000
***************
*** 697,698 ****
--- 697,700 ----
{ /* Add new patch number below this line */
+ /**/
+ 1114,
/**/
--
If an elephant is left tied to a parking meter, the parking fee has to be paid
just as it would for a vehicle.
[real standing law in Florida, United States of America]
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20221230174149.315271C0AA4%40moolenaar.net.