Add support for Python 3.14#2015
Merged
micahellison merged 9 commits intodevelopfrom Feb 14, 2026
Merged
Conversation
Member
Author
|
Dependencies are failing to install due to an issue with the ruamel subdependency ruamel-yaml-clib. I ran into this (or something like it) last year as well, and it was resolved upstream a bit closer to the Python release date, so I'll plan to revisit this later. |
|
|
Update changes: - Updating pycparser (2.22 -> 3.0) - Updating asttokens (3.0.0 -> 3.0.1) - Updating cffi (1.17.1 -> 2.0.0) - Updating executing (2.2.0 -> 2.2.1) - Updating parso (0.8.4 -> 0.8.6) - Updating typing-extensions (4.14.1 -> 4.15.0) - Updating wcwidth (0.2.13 -> 0.6.0) - Installing cryptography (46.0.5) - Updating filelock (3.18.0 -> 3.23.0) - Updating iniconfig (2.1.0 -> 2.3.0) - Updating markdown-it-py (3.0.0 -> 4.0.0) - Updating markupsafe (3.0.2 -> 3.0.3) - Updating matplotlib-inline (0.1.7 -> 0.2.1) - Updating more-itertools (10.7.0 -> 10.8.0) - Updating packaging (25.0 -> 26.0) - Updating parse (1.20.2 -> 1.21.0) - Updating platformdirs (4.3.8 -> 4.8.0) - Updating prompt-toolkit (3.0.51 -> 3.0.52) - Updating pyyaml (6.0.2 -> 6.0.3) - Updating cachetools (6.1.0 -> 7.0.1) - Updating certifi (2025.7.14 -> 2026.1.4) - Updating charset-normalizer (3.4.2 -> 3.4.4) - Updating click (8.2.1 -> 8.3.1) - Updating execnet (2.1.1 -> 2.1.2) - Updating idna (3.10 -> 3.11) - Updating ipython (8.37.0 -> 8.38.0) - Updating jaraco-context (6.0.1 -> 6.1.0) - Updating jaraco-functools (4.2.1 -> 4.4.0) - Updating markdown (3.8.2 -> 3.10.2) - Updating parse-type (0.6.4 -> 0.6.6) - Updating pathspec (0.12.1 -> 1.0.4) - Updating pyproject-api (1.9.1 -> 1.10.0) - Updating pytest (8.4.1 -> 9.0.2) - Installing pytokens (0.4.1) - Updating secretstorage (3.3.3 -> 3.5.0) - Updating urllib3 (2.5.0 -> 2.6.3) - Updating virtualenv (20.32.0 -> 20.36.1) - Updating black (25.1.0 -> 26.1.0) - Updating keyring (25.6.0 -> 25.7.0) - Updating poethepoet (0.36.0 -> 0.41.0) - Updating requests (2.32.4 -> 2.32.5) - Updating ruamel-yaml (0.18.14 -> 0.19.1) - Installing ruamel-yaml-clib (0.2.15) - Updating ruff (0.12.5 -> 0.15.1) - Updating tox (4.28.3 -> 4.35.0) - Updating xmltodict (0.14.2 -> 1.0.2)
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.
Fixes #1997.
Checklist
for the same issue.