Skip to content

Add Python 3.14 support - #21

Merged
br3ndonland merged 1 commit into
mainfrom
agent/python-3.14
Jul 27, 2026
Merged

Add Python 3.14 support#21
br3ndonland merged 1 commit into
mainfrom
agent/python-3.14

Conversation

@br3ndonland

@br3ndonland br3ndonland commented Jul 16, 2026

Copy link
Copy Markdown
Owner

Description

This PR will add Python 3.14 support to template-python.

Changes

Code changes

  • Add Python 3.14 classifier to pyproject.toml
  • Add Python 3.14 to GitHub Actions workflows
  • Set Python 3.14 as the documentation build version

Results

  • template-python will now include a Python 3.14 classifier in its PyPI package
  • template-python will now test and publish its PyPI package using Python 3.14
  • template-python will now build its documentation using Python 3.14
  • template-python will now run tests with Python 3.14, in addition to 3.10-3.13

Related

Related projects that have released support for Python 3.14 include:

Python 3.14 is available, but template-python only advertises and
tests through Python 3.13. Publishing and docs also use Python 3.13.

This commit will:

- Add the Python 3.14 package classifier.
- Test Python 3.14 in CI.
- Publish packages and build docs with Python 3.14.

References:

- https://docs.python.org/3/whatsnew/3.14.html
@br3ndonland
br3ndonland marked this pull request as ready for review July 27, 2026 23:35
@br3ndonland
br3ndonland merged commit e0a0673 into main Jul 27, 2026
7 checks passed
@br3ndonland
br3ndonland deleted the agent/python-3.14 branch July 27, 2026 23:39
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.

1 participant