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.13 and drop EOL 3.7 #553

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

hugovk
Copy link
Contributor

@hugovk hugovk commented Aug 14, 2024

The Python 3.13 release candidate is out now! 🚀

The Release Manager has issued a call to action:

We strongly encourage maintainers of third-party Python projects to prepare their projects for 3.13 compatibilities during this phase, and where necessary publish Python 3.13 wheels on PyPI to be ready for the final release of 3.13.0. Any binary wheels built against Python 3.13.0rc1 will work with future versions of Python 3.13. As always, report any issues to the Python bug tracker.


Also:

  • Drop support for Python 3.7, it was end-of-life on 2023-06-27.
  • Don't install the mock backport for tests, the stdlib version is used.
  • Don't create universal wheels, they're only needed for Python 2 support.
  • Upgrade syntax for Python 3.8+ with pyupgrade.

@coveralls
Copy link

Coverage Status

coverage: 90.097%. remained the same
when pulling e9003cf on hugovk:add-3.13
into c003c22 on requests:master.

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