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 support for Python 3.12-3.13 and drop EOL 3.7 #56

Merged
merged 5 commits into from
Sep 3, 2024

Conversation

hugovk
Copy link
Member

@hugovk hugovk commented Sep 1, 2023

The Python 3.12 release candidate is out! 🚀

Call to action

We strongly encourage maintainers of third-party Python projects to prepare their projects for 3.12 compatibilities during this phase, and where necessary publish Python 3.12 wheels on PyPI to be ready for the final release of 3.12.0.

See also https://dev.to/hugovk/help-test-python-312-beta-1508/

Copy link
Member

@RonnyPfannschmidt RonnyPfannschmidt left a comment

Choose a reason for hiding this comment

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

lovely, thanks

@hugovk
Copy link
Member Author

hugovk commented Aug 2, 2024

11 months later, updated to add support for Python 3.13, now the 3.13 RC is out :)

@hugovk hugovk changed the title Add support for Python 3.12 and drop EOL 3.7 Add support for Python 3.12-3.13 and drop EOL 3.7 Aug 5, 2024
@hugovk
Copy link
Member Author

hugovk commented Sep 3, 2024

This is now a year old, when I usually close still-open PRs. Or can we merge this? :)

@@ -2,7 +2,7 @@
from typing import TYPE_CHECKING

if TYPE_CHECKING:
Copy link
Member

Choose a reason for hiding this comment

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

The if is no longer needed

@RonnyPfannschmidt
Copy link
Member

I just noted I never submitted the review, let's merge and do cleanup later

@RonnyPfannschmidt RonnyPfannschmidt merged commit 16793ea into pytest-dev:main Sep 3, 2024
13 checks passed
@hugovk hugovk deleted the add-3.12 branch September 3, 2024 11:12
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