ci: add Python 3.14 to the test matrix - #6
Merged
Merged
Conversation
Python 3.14 is stable and the suite already passes on it locally, including under tox's strict flags (PYTHONDEVMODE + -W error::DeprecationWarning). - Add 3.14 to the CI matrix and tox env_list - Generate tests/requirements/py314.txt and teach compile.py to emit it - Add the 3.14 trove classifier - Drop the dead py310 tox env (requires-python is >=3.11; CI never ran it)
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.
What
Adds Python 3.14 to CI. It's stable now,
requires-pythonalready allows it (>=3.11), and the full suite passes on 3.14 locally — including under tox's strict flags (PYTHONDEVMODE=1+-W error::DeprecationWarning), so no deprecation-as-error surprises.3.14to the CI matrix andtoxenv_listtests/requirements/py314.txtand add3.14tocompile.pyProgramming Language :: Python :: 3.14classifierpy310tox env (requires-pythonis>=3.11; CI never ran it)No package/runtime change — test coverage only.
🤖 Generated with Claude Code