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

Update versions #279

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

Update versions #279

wants to merge 4 commits into from

Conversation

icemac
Copy link
Contributor

@icemac icemac commented Nov 5, 2024

  • Drop support for Python 3.8
  • Drop support for pytest < 7.4
  • Add support for Python 3.13
  • Add support for pytest 8.2 and 8.3.

Fixes #267

icemac and others added 2 commits November 5, 2024 16:34
- Drop support for Python 3.8
- Drop support for pytest < 7.4
- Add support for Python 3.13
- Add support for pytest 8.2 and 8.3.
pyproject.toml Outdated Show resolved Hide resolved
@icemac icemac requested a review from hugovk November 12, 2024 07:43
@@ -38,6 +38,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
Copy link
Member

Choose a reason for hiding this comment

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

Also remove the 3.8 classifier above and bump requires-python.

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.

pytest >= 8.2 is not yet supported (not only tests fail)
3 participants