Drop support for Python 3.9#1029
Merged
gcandia-co merged 1 commit intoApr 29, 2026
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #1029 +/- ##
===========================================
- Coverage 88.67% 88.63% -0.05%
===========================================
Files 42 42
Lines 4090 4090
Branches 438 438
===========================================
- Hits 3627 3625 -2
Misses 289 289
- Partials 174 176 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
jtrobles-cdd
requested changes
Apr 29, 2026
b82e007 to
e8fb0a8
Compare
- Stop running **tests** for Python **3.9** in CI/CD. - Remove **explicit** support for Python **3.9** from Python project configuration (`setup.py`, `setup.cfg`, and/or `pyproject.toml`). - Compile Python **dependency manifests** with the **next highest** Python version (**3.10**). - Remove Python **3.9** from **Black** configuration. - Remove support for Python **3.9** from Mypy configuration. - Remove support for Python **3.9** from Tox configuration. - Update documentation in README. Reasons for this change: - The end of support date of Python **3.9** is **2025-10-31**: - [PEP 596 – Python 3.9 Release Schedule → 3.9 Lifespan](https://peps.python.org/pep-0596/#lifespan) - [Status of Python versions](https://devguide.python.org/versions/) - [Dependabot will no longer support Python version 3.9 - Issue already open](dependabot/dependabot-core#14699) Ref: https://app.shortcut.com/cordada/story/20068/ Ref: https://app.shortcut.com/cordada/story/20069/
e8fb0a8 to
9a3434b
Compare
|
jtrobles-cdd
approved these changes
Apr 29, 2026
Merged
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.



setup.py,setup.cfg, and/orpyproject.toml).Reasons for this change:
Ref: https://app.shortcut.com/cordada/story/20068 [sc-20068]
Ref: https://app.shortcut.com/cordada/story/20069 [sc-20069]