feat: update Python range to 3.12-3.14#85
Merged
szymonmaszke merged 2 commits intomainfrom Oct 21, 2025
Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR updates the minimum supported Python version from 3.11 to 3.12 and extends support to Python 3.14, removing support for Python 3.11. The changes ensure consistency across project configuration files, CI/CD workflows, and development tooling.
Key changes:
- Minimum Python version requirement updated from 3.11 to 3.12
- Python 3.14 added to supported versions list
- Python 3.11 removed from test matrices and version classifiers
Reviewed Changes
Copilot reviewed 9 out of 10 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| pyproject.toml | Updated Python version requirements, classifiers, and development dependencies to support 3.12-3.14 range |
| osv-scanner.toml | Added pyjson5 license override as a dev dependency |
| .pre-commit-config.yaml | Updated frozen commit hashes for trufflehog, osv-scanner, and actionlint hooks |
| .github/workflows/tests-reusable.yml | Updated test matrix to run against Python 3.12, 3.13, and 3.14 |
| .github/workflows/run-reusable.yml | Changed default Python version from 3.11 to 3.12 |
| .github/workflows/release-sboms-reusable.yml | Updated SBOM generation matrix to include Python 3.12-3.14 |
| .github/workflows/release-sbom-run-reusable.yml | Changed default Python version from 3.11 to 3.12 |
| .github/workflows/cache-reusable.yml | Updated cache workflow matrix to use Python 3.12-3.14 |
| .github/workflows/cache-item-reusable.yml | Changed default Python version from 3.11 to 3.12 |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Signed-off-by: szymonmaszke <github@maszke.co>
Signed-off-by: szymonmaszke <github@maszke.co>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Checklist