Add support python 3.14 + remove 3.9 support - #75
Merged
Conversation
|
Codecov Report✅ All modified and coverable lines are covered by tests. 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. 🚀 New features to boost your workflow:
|
Python 3.9 has reached it's end-of-life in last october. Let's support supporting it.
moi15moi
force-pushed
the
Add-support-Python-3.14
branch
from
December 16, 2025 00:20
14a9711 to
caf5954
Compare
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
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.
We have a few dependencies, but not all of them are ready for python 3.14. We will need to wait.
python-ass is a pure python package, so it already support python 3.14.AssTagAnalyzer is a pure python package, so it already support python 3.14.FindSystemFontsFilename is a pure python package but it depend on comtypes which still doesn't support properly python 3.14 - Support Python 3.14 and drop Python 3.8. enthought/comtypes#839fonttools doesn't officially support python 3.14freetype-py is a "pure" python package, so it already support python 3.14.langcodes is a "pure" python package, so it already support python 3.14.