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 and drop EOL 3.7 #265

Merged
merged 3 commits into from
Aug 31, 2023

Conversation

hugovk
Copy link
Contributor

@hugovk hugovk commented Aug 31, 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/

Also drop support for EOL Python 3.7 https://devguide.python.org/versions/ and upgrade Python syntax with pyupgrade --py38-plus.

@gir-bot gir-bot added S: needs-review Needs to be reviewed and/or approved. C: API Related to the API. C: css-level-4 CSS level 4 selectors. C: css-matching Related to CSS matching. C: css-parsing Related to CSS parsing. C: infrastructure Related to project infrastructure. C: source Related to source code. C: tests Related to testing. labels Aug 31, 2023
@facelessuser
Copy link
Owner

Yep, this was on my list, so thanks for handling this. This will help us push support a little earlier than I had planned.

@facelessuser
Copy link
Owner

@gir-bot lgtm

@gir-bot gir-bot added S: approved The pull request is ready to be merged. and removed S: needs-review Needs to be reviewed and/or approved. labels Aug 31, 2023
@facelessuser facelessuser merged commit 1f05c31 into facelessuser:main Aug 31, 2023
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: API Related to the API. C: css-level-4 CSS level 4 selectors. C: css-matching Related to CSS matching. C: css-parsing Related to CSS parsing. C: infrastructure Related to project infrastructure. C: source Related to source code. C: tests Related to testing. S: approved The pull request is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants