Skip to content

Add support for Python 3.12-3.13 and drop EOL 3.7#56

Merged
RonnyPfannschmidt merged 5 commits intopytest-dev:mainfrom
hugovk:add-3.12
Sep 3, 2024
Merged

Add support for Python 3.12-3.13 and drop EOL 3.7#56
RonnyPfannschmidt merged 5 commits intopytest-dev:mainfrom
hugovk:add-3.12

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
@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