Skip to content

Add support python 3.14 + remove 3.9 support - #75

Merged
moi15moi merged 8 commits into
mainfrom
Add-support-Python-3.14
Dec 16, 2025
Merged

Add support python 3.14 + remove 3.9 support#75
moi15moi merged 8 commits into
mainfrom
Add-support-Python-3.14

Conversation

@moi15moi

@moi15moi moi15moi commented Oct 7, 2025

Copy link
Copy Markdown
Owner

We have a few dependencies, but not all of them are ready for python 3.14. We will need to wait.

@codecov-commenter

codecov-commenter commented Oct 7, 2025

Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.57%. Comparing base (a7c4d2f) to head (14a9711).
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #75   +/-   ##
=======================================
  Coverage   94.57%   94.57%           
=======================================
  Files          35       35           
  Lines        1640     1640           
=======================================
  Hits         1551     1551           
  Misses         89       89           

☔ 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.

Python 3.9 has reached it's end-of-life in last october. Let's support supporting it.
@moi15moi
moi15moi force-pushed the Add-support-Python-3.14 branch from 14a9711 to caf5954 Compare December 16, 2025 00:20
Run: pre-commit run pyupgrade --all-files

With this .pre-commit-config.yaml file:
```
repos:
-   repo: https://github.com/asottile/pyupgrade
    rev: v3.21.2
    hooks:
    -   id: pyupgrade
        args: [--py310-plus, --keep-runtime-typing]
```
I runned: autoflake --remove-all-unused-imports --in-place --recursive .
I runned: isort . --multi-line 3
@moi15moi moi15moi changed the title Add support python 3.14 Add support python 3.14 + remove 3.9 support Dec 16, 2025
@moi15moi
moi15moi marked this pull request as ready for review December 16, 2025 00:32
@moi15moi
moi15moi merged commit 815fa57 into main Dec 16, 2025
15 checks passed
@moi15moi
moi15moi deleted the Add-support-Python-3.14 branch December 16, 2025 00:36
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.

2 participants