Drop support for Python 3.9, add support for Python 3.14#358
Merged
JiriPavela merged 2 commits intodevelfrom Apr 1, 2026
Merged
Drop support for Python 3.9, add support for Python 3.14#358JiriPavela merged 2 commits intodevelfrom
JiriPavela merged 2 commits intodevelfrom
Conversation
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Complexity | 0 |
| Duplication | 0 |
TIP This summary will be updated as you push new changes. Give us feedback
83f4bcf to
74b72cf
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## devel #358 +/- ##
==========================================
- Coverage 98.50% 98.49% -0.01%
==========================================
Files 158 158
Lines 11406 11407 +1
==========================================
Hits 11235 11235
- Misses 171 172 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Fix the dependabot report about Bokeh vulnerability by bumping its minimal version to 3.8.2.
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.
This PR drops support for Python 3.9, which is now classified as end-of-life (see https://devguide.python.org/versions/).
Additionally, we add support for the newest Python 3.14 and resolve a dependabot issue related to a Bokeh vulnerability in older versions.
This PR resolves #340 .