Skip to content

Add Python 3.14 support#621

Closed
laughingman7743 wants to merge 1 commit intomasterfrom
feature/python-3.14-support
Closed

Add Python 3.14 support#621
laughingman7743 wants to merge 1 commit intomasterfrom
feature/python-3.14-support

Conversation

@laughingman7743
Copy link
Member

Summary

Add official support for Python 3.14, which was released on October 7, 2025.

Changes

  • Add Programming Language :: Python :: 3.14 classifier in pyproject.toml
  • Add py314 to tox envlist
  • Add 3.14: py314 to gh-actions mapping
  • Add Python 3.14 to CI test matrix
  • Apply setup-python workaround for Python 3.14 (similar to Python 3.13 meson.build issue)
  • Update Python version requirements in README.rst and docs/introduction.rst

Test Plan

  • CI tests pass on Python 3.14
  • All dependencies are compatible with Python 3.14
  • No deprecation warnings or compatibility issues

References

🤖 Generated with Claude Code

- Add Python 3.14 to classifiers in pyproject.toml
- Add py314 to tox envlist and gh-actions mapping
- Add Python 3.14 to CI test matrix
- Apply setup-python workaround for Python 3.14 (similar to 3.13)
- Update Python version list in README.rst and docs/introduction.rst

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@laughingman7743
Copy link
Member Author

Closing this PR. Will create a new PR based on the latest master after #622 was merged.

@laughingman7743 laughingman7743 deleted the feature/python-3.14-support branch November 9, 2025 08:53
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.

Add Python 3.14 support

1 participant