Skip to content

ci: add Python 3.13 support#5

Merged
jmlweb merged 1 commit intomainfrom
hal/add-python-313-support
Jan 27, 2026
Merged

ci: add Python 3.13 support#5
jmlweb merged 1 commit intomainfrom
hal/add-python-313-support

Conversation

@jmlweb
Copy link
Owner

@jmlweb jmlweb commented Jan 27, 2026

Summary

Adds Python 3.13 to the test matrix and project classifiers.

Changes

  • Add Python 3.13 to the CI test matrix (.github/workflows/test.yml)
  • Add Python 3.13 classifier to pyproject.toml

Why?

Python 3.13 was released in October 2024 and includes:

  • Performance improvements (JIT compiler foundations)
  • Better error messages
  • New typing features
  • Memory efficiency improvements

Testing against Python 3.13 ensures compatibility with the latest Python release.

- Add Python 3.13 to test matrix in CI workflow
- Add Python 3.13 classifier to pyproject.toml

Python 3.13 was released in October 2024 and includes
performance improvements and new features.
@jmlweb jmlweb merged commit 61add56 into main Jan 27, 2026
5 checks passed
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