To: vim_dev@googlegroups.com Subject: Patch 9.0.1114 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///