Skip to content

Commit

Permalink
python: add windows 3.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KawaiiNahida authored Jan 17, 2025
1 parent e76d08c commit dd5e849
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/p/python-launcher/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ package("python-launcher")
add_versions("3.10.6", "e5b53686c903e638166cff54e3e029992c80cd41ad892c9929bd6cee492d64f4")
add_versions("3.11.3", "9d80b7f39286c297a7871e63867c99cb3d5dea98863d20c51802f2900a1a909d")
add_versions("3.12.8", "82365526eff7aa340feefc75a0546bee52c0b8494f0722f4cbe0541e1396cdf8")
add_versions("3.13.1", "cc166fddd76c2c826f2bb29e65fc7a0c5280341733a543bc9bff9211fa53d696")
else
add_urls("https://github.com/xmake-mirror/python-windows/releases/download/$(version)/python-launcher-$(version).win64.zip")
add_versions("3.9.6", "fc2a54f47f07a193265cb844c0e1b165682c71a1655e92eb3c44f25bacc84b8a")
Expand All @@ -20,6 +21,7 @@ package("python-launcher")
add_versions("3.10.6", "68616e070889b3bb82176ff72aea5b760cda636bd6e30d10bad9399dc0a2d0a0")
add_versions("3.11.3", "afb50e1925f392ddc8917ca0552f108919add6c28bfe13c3a1b610b2ab005ef4")
add_versions("3.12.8", "44f21a136f389a827e467ee21bb1dd148f46f844893bd560860bbd51926c8fc2")
add_versions("3.13.1", "00c91291f6e6ba1bf09d8f2c83db8317cfe1e4043a76290fb306b4d7ed092760")
end

on_install("@windows", "@msys", "@cygwin", function (package)
Expand Down
2 changes: 2 additions & 0 deletions packages/p/python/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ package("python")
add_versions("3.11.8", "f5e399d12b00a4f73dc3078b7b4fe900e1de6821aa3e31d1c27c6ef4e33e95d9")
add_versions("3.12.3", "49bbcd200cda1f56452feeaf0954045e85b27a93b929034cc03ab198c4d9662e")
add_versions("3.12.8", "b4ec65bf24417c4098c8d1f30a30fec12680aedd7094de3caf35e5e2d55d9c46")
add_versions("3.13.1", "f89b297ca94ced2fbdad7919518ebf05005f39637f8ec5b01e42f2c71d53a673")
else
add_urls("https://github.com/xmake-mirror/python-windows/releases/download/$(version)/python-$(version).win64.zip")
add_versions("2.7.18", "6680835ed5b818e2c041c7033bea47ace17f6f3b73b0d6efb6ded8598a266754")
Expand All @@ -34,6 +35,7 @@ package("python")
add_versions("3.11.8", "2be5fdc87a96659b75f2acd9f4c4a7709fcfccb7a81cd0bd11e9c0e08380e55c")
add_versions("3.12.3", "00a80ccce8738de45ebe73c6084b1ea92ad131ec79cbe5c033a925c761cb5fdc")
add_versions("3.12.8", "7f8cf0a21a076d2646b26c5248ae47f1dbc870bc059670915e042f6eb1850ecb")
add_versions("3.13.1", "104d1de9eb6ff7c345c3415a57880dc0b2c51695515f2a87097512e6d77e977d")
end
else
add_urls("https://www.python.org/ftp/python/$(version)/Python-$(version).tgz")
Expand Down

0 comments on commit dd5e849

Please sign in to comment.