Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for and test of Python 3.13.0-rc.1 #79

Merged
merged 1 commit into from
Sep 29, 2024
Merged

Conversation

andy-maier
Copy link
Member

@andy-maier andy-maier commented Sep 28, 2024

For details, see the commit message.
No review needed.

@andy-maier andy-maier self-assigned this Sep 28, 2024
@andy-maier andy-maier added this to the 1.0.0 milestone Sep 28, 2024
@andy-maier andy-maier added the review needed PR needs review and approval label Sep 28, 2024
@andy-maier andy-maier linked an issue Sep 28, 2024 that may be closed by this pull request
@coveralls
Copy link

coveralls commented Sep 28, 2024

Pull Request Test Coverage Report for Build test-95

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 24.061%

Totals Coverage Status
Change from base Build test-94: 0.0%
Covered Lines: 141
Relevant Lines: 586

💛 - Coveralls

@andy-maier andy-maier force-pushed the andy/python3.13-rc1 branch 2 times, most recently from 8692631 to f93e617 Compare September 28, 2024 04:51
@andy-maier andy-maier added waiting and removed review needed PR needs review and approval labels Sep 28, 2024
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]>
@andy-maier andy-maier merged commit 379da5c into master Sep 29, 2024
18 checks passed
@andy-maier andy-maier deleted the andy/python3.13-rc1 branch September 29, 2024 04:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add tests for Python 3.13.0 rc1
2 participants