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

@@ -36,7 +36,7 @@ __author__ = "Patrick Lehmann"
__email__ = "Paebbels@gmail.com"
__copyright__ = "2017-2026, Patrick Lehmann"
__license__ = "Apache License, Version 2.0"
__version__ = "7.2.1"
__version__ = "7.3.0"
__keywords__ = ["GitHub Actions"]
__issue_tracker__ = "https://GitHub.com/pyTooling/Actions/issues"