Summary
Python 3.14 is already exercised in the nightly/full CI matrix (see #2531), but the agent does not yet declare official support:
setup.cfg PyPI classifiers stop at 3.13
docs/reference/supported-technologies.md lists up to 3.13
- PR CI matrix (
.ci/.matrix_python.yml) still uses python-3.13 as the newest version
.ci/publish-aws.sh does not list python3.14 as a Lambda compatible runtime
Proposal
Mirror the approach from #2265 (official Python 3.13 support): update packaging metadata, documentation, PR matrix, and Lambda publish script to declare Python 3.14 as supported.
Notes
I plan to submit a PR for this shortly.
Summary
Python 3.14 is already exercised in the nightly/full CI matrix (see #2531), but the agent does not yet declare official support:
setup.cfgPyPI classifiers stop at 3.13docs/reference/supported-technologies.mdlists up to 3.13.ci/.matrix_python.yml) still usespython-3.13as the newest version.ci/publish-aws.shdoes not listpython3.14as a Lambda compatible runtimeProposal
Mirror the approach from #2265 (official Python 3.13 support): update packaging metadata, documentation, PR matrix, and Lambda publish script to declare Python 3.14 as supported.
Notes
.ci/.matrix_exclude.ymlI plan to submit a PR for this shortly.