-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support for and test of Python 3.13.0-rc.1
Details: * Added Python 3.13 to Trove classifiers in pyproject.toml. * Added python version 3.13.0-rc.1 to the GitHub actions test workflow, for full and normal tests. * Increased minimum versions of the following packages: - Babel to 2.11.0 (fix for error during Sphinx run on Python 3.13) - pyrsistent to 0.20.0 (for official support of Python 3.12) - wheel to 0.41.3 (fix for install error of wrapt for Python 3.13 on Windows) - wrapt to 1.15 (for platform independent wheel archive to avoid build for Python 3.13) - PyYAML to 6.0.2 (fix install error for Python 3.13 on Windows. That version provides wheel archives for Python 3.13 on Windows) Signed-off-by: Andreas Maier <[email protected]>
- Loading branch information
1 parent
93de1c9
commit 379da5c
Showing
8 changed files
with
44 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Support for and test of Python 3.13.0-rc.1. Needed to increase the minimum | ||
versions of PyYAML to 6.0.2. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,4 +12,4 @@ | |
pip>=23.3 | ||
setuptools>=70.0.0 | ||
setuptools-scm[toml]>=8.1.0 | ||
wheel>=0.38.1 | ||
wheel>=0.41.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters