Require Python >= 3.10 and support Python 3.13 and 3.14#326
Merged
bjoernricks merged 2 commits intomainfrom Jan 9, 2026
Merged
Require Python >= 3.10 and support Python 3.13 and 3.14#326bjoernricks merged 2 commits intomainfrom
bjoernricks merged 2 commits intomainfrom
Conversation
Member
Scanning the following files:
Scan: '.github/workflows/ci-python.yml'Nothing detected in .github/workflows/ci-python.yml Scan: 'greenbone/feed/sync/parser.py'Nothing detected in greenbone/feed/sync/parser.py Scan: 'poetry.lock'Nothing detected in poetry.lock Scan: 'pyproject.toml'Nothing detected in pyproject.toml |
Conventional Commits Report
🚀 Conventional commits found. |
cfc1173 to
c20c2df
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #326 +/- ##
=======================================
Coverage 99.35% 99.35%
=======================================
Files 7 7
Lines 464 465 +1
=======================================
+ Hits 461 462 +1
Misses 3 3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Python 3.9 support has ended and two new versions have been released already.
In Python 3.14 the way the program name is parsed in the argparser module has changed. See python/cpython#66436 for details. Therefore the tests did break which mock the pre 3.14 parsing of the program name. Fix this behavior by explicitly passing a program name derived from `sys.argv[0]` (which is the default behavior in Python < 3.14). Despite failing tests this had no influence of the tool. Fixes #325
79cbea1 to
05b7ee5
Compare
a-h-abdelsalam
approved these changes
Jan 9, 2026
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.
What
Require Python >= 3.10 and support Python 3.13 and 3.14
Why
Python 3.9 support has ended and two new versions have been released already.
References
https://jira.greenbone.net/browse/GEA-1506
Checklist