Skip to content

Drop support for Python 3.9, add support for Python 3.14#358

Merged
JiriPavela merged 2 commits intodevelfrom
maintenance/update-supported-pythons
Apr 1, 2026
Merged

Drop support for Python 3.9, add support for Python 3.14#358
JiriPavela merged 2 commits intodevelfrom
maintenance/update-supported-pythons

Conversation

@JiriPavela
Copy link
Copy Markdown
Collaborator

@JiriPavela JiriPavela commented Apr 1, 2026

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 .

@codacy-production
Copy link
Copy Markdown

codacy-production bot commented Apr 1, 2026

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 complexity . 0 duplication

Metric Results
Complexity 0
Duplication 0

View in Codacy

TIP This summary will be updated as you push new changes. Give us feedback

@JiriPavela JiriPavela force-pushed the maintenance/update-supported-pythons branch from 83f4bcf to 74b72cf Compare April 1, 2026 14:06
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 1, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.49%. Comparing base (3ca6244) to head (7f843d8).
⚠️ Report is 3 commits behind head on devel.

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     
Flag Coverage Δ
coverage-macos-3.10 91.31% <100.00%> (+<0.01%) ⬆️
coverage-macos-3.11 91.57% <100.00%> (+0.01%) ⬆️
coverage-macos-3.12 91.32% <100.00%> (-0.23%) ⬇️
coverage-macos-3.13 91.29% <100.00%> (-0.23%) ⬇️
coverage-macos-3.14 91.29% <100.00%> (?)
coverage-ubuntu-3.10 98.42% <100.00%> (-0.01%) ⬇️
coverage-ubuntu-3.11 98.42% <100.00%> (-0.01%) ⬇️
coverage-ubuntu-3.12 98.42% <100.00%> (+<0.01%) ⬆️
coverage-ubuntu-3.13 98.39% <100.00%> (+<0.01%) ⬆️
coverage-ubuntu-3.14 98.39% <100.00%> (?)
coverage-ubuntu-3.9 ?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Fix the dependabot report about Bokeh vulnerability by bumping
its minimal version to 3.8.2.
@JiriPavela JiriPavela marked this pull request as ready for review April 1, 2026 14:40
@JiriPavela JiriPavela merged commit 7396230 into devel Apr 1, 2026
27 of 28 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.

End support for Python 3.9

1 participant