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 Python 3.8 Support, Add Python 3.12 Support #35

Merged
merged 3 commits into from
Nov 10, 2024

Conversation

mbsantiago
Copy link
Collaborator

This PR updates the project's Python version support by:

  • Dropping support for Python 3.8: Python 3.8 has reached its end-of-life (EOL) and is no longer receiving security updates or bug fixes.
  • Adding support for Python 3.12: Python 3.12 is now sufficiently mature, with all project dependencies providing compatible versions. This allows us to leverage the latest features and performance improvements in Python 3.12.

The pyproject.toml metadata has been updated to reflect these changes, and the uv.lock file has been regenerated to include Python versions 3.9 through 3.12.

@mbsantiago mbsantiago merged commit 697b5db into main Nov 10, 2024
4 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.

1 participant