Bumped Python 3.12 to 3.13 in MSYS2.

This commit is contained in:
Patrick Lehmann
2026-01-17 19:37:23 +01:00
parent f7353134cb
commit aefbd1cbba
9 changed files with 18 additions and 15 deletions

View File

@@ -1,8 +1,8 @@
[build-system]
requires = [
"setuptools >= 80.0",
"wheel ~= 0.45",
"pyTooling ~= 8.8"
"wheel ~= 0.45.0",
"pyTooling ~= 8.10"
]
build-backend = "setuptools.build_meta"