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

ci: add python 3.13 to test matrix #1150

Draft
wants to merge 2 commits into
base: 2.3.0
Choose a base branch
from

Conversation

afuetterer
Copy link
Member

@afuetterer afuetterer commented Sep 18, 2024

Description

This PR adds Python 3.13 to the CI test matrix.

The tests currently fail due to missing wheels or inability to build from source for several dependencies:

  • psycopg[binary]
  • greenlet (Failed to build greenlet), still an issue on 07.10.2024

Related issue: #1031

Tasks

  • add 3.13 (not 3.13-dev) to all ci jobs, replace 3.12
  • add 3.13 to classifiers in pyproject.toml
  • squash commits

@afuetterer afuetterer self-assigned this Sep 18, 2024
@afuetterer afuetterer marked this pull request as draft September 18, 2024 08:45
@afuetterer afuetterer linked an issue Sep 18, 2024 that may be closed by this pull request
@afuetterer afuetterer changed the title ci: add python 3.13-dev to test matrix ci: add python 3.13 to test matrix Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for Python 3.13 (10/2024)
1 participant