-
Notifications
You must be signed in to change notification settings - Fork 3
Upgraded to Python 3.12 #177
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR upgrades the project's Python version from 3.10 to 3.12, along with updating related dependencies and GitHub Actions workflows to support the new version.
Changes:
- Upgraded Python version requirement from ^3.10 to ^3.12 in pyproject.toml
- Updated development dependencies (pylint, mypy, pytest, etc.) to versions compatible with Python 3.12
- Updated GitHub Actions workflows to use Python 3.12.12 and newer action versions
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 7 comments.
| File | Description |
|---|---|
| pyproject.toml | Updated Python version constraint, dependency versions, and mypy configuration to support Python 3.12 |
| .github/workflows/release.yaml | Updated Python version to 3.12.12, upgraded actions/checkout and actions/setup-python, switched Poetry installation action |
| .github/workflows/ci.yaml | Updated Python version to 3.12.12 across all jobs, upgraded GitHub Actions versions, improved caching strategy, removed aiohttp vulnerability ignore |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 3 out of 4 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This reverts commit be81453.
No description provided.