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 2 commits into
base: master
Choose a base branch
from
Open

Update versions #279

wants to merge 2 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.

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.
@@ -46,7 +47,7 @@ classifiers = [
]
dependencies = [
"packaging>=17.1",
"pytest>=7.2",
"pytest>=7.4",
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
"pytest>=7.4",
"pytest>=7.4,!=8.2.2",

as per #267 (comment)

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