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

Add explicit Python 3.13 support #204

Merged
merged 1 commit into from
Oct 23, 2024
Merged

Conversation

stefanvanburen
Copy link
Member

  • Bumps matrices to include 3.13
  • Drop matrix from release workflow; use latest to release
  • Add individual trove classifiers for each supported version

* Bumps matrices to include 3.13
* Drop matrix from release workflow; use latest to release
* Add individual trove classifiers for each supported version
@stefanvanburen stefanvanburen changed the title Add Python 3.13 support Add explicit Python 3.13 support Oct 23, 2024
Comment on lines -13 to +18
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if we have a preference; I typically follow what projects like structlog are doing, which lists out the individual supported versions (dropping them when they're no longer supported). Happy to back this out, though, and leave it implicit from the >=3.8.

@stefanvanburen stefanvanburen merged commit 866e95e into main Oct 23, 2024
16 checks passed
@stefanvanburen stefanvanburen deleted the svanburen/py-3.13-support branch October 23, 2024 18:32
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.

2 participants