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

feat: drop supporting Python < 3.9 #296

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

Conversation

finswimmer
Copy link

@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

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
1 participant