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 -- [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/20220212105355.BAD821C0D2C%40moolenaar.net.