Skip to content

Conversation

@vchomakov
Copy link
Member

Fix Python version inconsistency between Dockerfile and test matrix

Problem

The Dockerfile uses python:3.14-slim, but the CI/CD test matrices only tested against Python versions 3.10-3.13, creating a gap between the production environment and testing coverage.

Changes

  • Add Python 3.14 to CI workflow test matrix (.github/workflows/ci.yml)
  • Add Python 3.14 to release workflow test matrix (.github/workflows/release.yml)
  • Add Python 3.14 classifier to pyproject.toml
  • Update README badge and examples to reference Python 3.14

Testing

All existing tests will now run against Python 3.14 in addition to the previous versions.

@vchomakov vchomakov self-assigned this Oct 17, 2025
@vchomakov vchomakov linked an issue Oct 17, 2025 that may be closed by this pull request
@vchomakov vchomakov merged commit db874ad into main Oct 20, 2025
22 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.

Add Python 3.14 to the test matrix

3 participants