Skip to content

feat: drop supporting Python < 3.9 #296

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

Merged
merged 3 commits into from
May 9, 2025

Conversation

finswimmer
Copy link
Contributor

@finswimmer finswimmer commented Oct 19, 2024

Python 3.8 has reached end-of-life. So let's drop supporting it.

This PR also adds CI Pipelines for Python 3.12 and 3.13.

Furthermore it updates the pyproject.toml to use Poetry's dependency groups instead of the deprecated dev-dependency section. poetry.lock was added to the repo for reproducible dev environments.

Fixes: #274

@weibullguy weibullguy merged commit e78eed6 into PyCQA:master May 9, 2025
7 checks passed
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.

Tests fail with Python 3.12
2 participants