PR #134 bumps the Dockerfile base image to python:3.14-slim, but the project doesn't currently support 3.14: - Test matrix runs only 3.11/3.12/3.13 - pyproject.toml classifiers list 3.11/3.12/3.13 Tasks: - [ ] Add "3.14" to python-version in .github/workflows/tests.yml - [ ] Add "Programming Language :: Python :: 3.14" classifier in pyproject.toml
PR #134 bumps the Dockerfile base image to python:3.14-slim, but the project doesn't currently support 3.14:
Tasks: