Skip to content

Drop support for Python 3.9#1029

Merged
gcandia-co merged 1 commit into
developfrom
task/sc-20069--lib-cl-sii-drop-support-for-python-3-9
Apr 29, 2026
Merged

Drop support for Python 3.9#1029
gcandia-co merged 1 commit into
developfrom
task/sc-20069--lib-cl-sii-drop-support-for-python-3-9

Conversation

@gcandia-co
Copy link
Copy Markdown
Contributor

@gcandia-co gcandia-co commented Apr 29, 2026

  • 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:

Ref: https://app.shortcut.com/cordada/story/20068 [sc-20068]
Ref: https://app.shortcut.com/cordada/story/20069 [sc-20069]

@gcandia-co gcandia-co self-assigned this Apr 29, 2026
@gcandia-co gcandia-co requested a review from a team as a code owner April 29, 2026 15:37
@gcandia-co gcandia-co added the dependencies Pull requests that update a dependency file label Apr 29, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 29, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.63%. Comparing base (41413ac) to head (9a3434b).
⚠️ Report is 2 commits behind head on develop.

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.
📢 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@jtrobles-cdd jtrobles-cdd changed the title chore: Drop support for Python 3.9 Drop support for Python 3.9 Apr 29, 2026
Comment thread pyproject.toml Outdated
@gcandia-co gcandia-co force-pushed the task/sc-20069--lib-cl-sii-drop-support-for-python-3-9 branch from b82e007 to e8fb0a8 Compare April 29, 2026 16:14
@gcandia-co gcandia-co requested a review from jtrobles-cdd April 29, 2026 16:15
- 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/
@gcandia-co gcandia-co force-pushed the task/sc-20069--lib-cl-sii-drop-support-for-python-3-9 branch from e8fb0a8 to 9a3434b Compare April 29, 2026 16:15
@sonarqubecloud
Copy link
Copy Markdown

@gcandia-co gcandia-co merged commit 6c64126 into develop Apr 29, 2026
30 checks passed
@gcandia-co gcandia-co deleted the task/sc-20069--lib-cl-sii-drop-support-for-python-3-9 branch April 29, 2026 16:22
@gcandia-co gcandia-co mentioned this pull request May 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants