-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added support for and tests on 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. * Added Python 3.13 to tox.ini. * 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
3737a46
commit 107ce96
Showing
10 changed files
with
68 additions
and
16 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 |
---|---|---|
|
@@ -8,4 +8,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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Added support for and tests on Python 3.13.0-rc.1. |
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 @@ | ||
Increased minimum versions of PyYAML to 6.0.2 and pyrsistent to 0.20.0 to fix | ||
install errors with Python 3.13 on Windows. |
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
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