To: vim_dev@googlegroups.com Subject: Patch 8.2.4353 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.4353 Problem: CI does not use the latest Lua and Python. Solution: Use Lua 5.4.2 and Python 3.10. (closes #9744) Files: .github/workflows/ci.yml *** ../vim-8.2.4352/.github/workflows/ci.yml 2022-02-12 10:13:09.743720176 +0000 --- .github/workflows/ci.yml 2022-02-12 10:50:05.770297729 +0000 *************** *** 352,358 **** # Lua LUA_VER: 54 LUA_VER_DOT: '5.4' ! LUA_RELEASE: 5.4.0 LUA32_URL: https://downloads.sourceforge.net/luabinaries/lua-%LUA_RELEASE%_Win32_dllw6_lib.zip LUA64_URL: https://downloads.sourceforge.net/luabinaries/lua-%LUA_RELEASE%_Win64_dllw6_lib.zip LUA_DIR: D:\Lua --- 352,358 ---- # Lua LUA_VER: 54 LUA_VER_DOT: '5.4' ! LUA_RELEASE: 5.4.2 LUA32_URL: https://downloads.sourceforge.net/luabinaries/lua-%LUA_RELEASE%_Win32_dllw6_lib.zip LUA64_URL: https://downloads.sourceforge.net/luabinaries/lua-%LUA_RELEASE%_Win64_dllw6_lib.zip LUA_DIR: D:\Lua *************** *** 360,367 **** PYTHON_VER: 27 PYTHON_VER_DOT: '2.7' # Python 3 ! PYTHON3_VER: 38 ! PYTHON3_VER_DOT: '3.8' # Other dependencies # winpty WINPTY_URL: https://github.com/rprichard/winpty/releases/download/0.4.3/winpty-0.4.3-msvc2015.zip --- 360,367 ---- PYTHON_VER: 27 PYTHON_VER_DOT: '2.7' # 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 *** ../vim-8.2.4352/src/version.c 2022-02-12 10:33:49.196751171 +0000 --- src/version.c 2022-02-12 10:52:40.109908499 +0000 *************** *** 748,749 **** --- 748,751 ---- { /* Add new patch number below this line */ + /**/ + 4353, /**/ -- Tips for aliens in New York: Land anywhere. Central Park, anywhere. No one will care or indeed even notice. -- Douglas Adams, "The Hitchhiker's Guide to the Galaxy" /// 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 ///