Skip to content

Add Python 3.14 support #71

Merged
darshanmandge merged 1 commit intomainfrom
python-3.14-support
Mar 20, 2026
Merged

Add Python 3.14 support #71
darshanmandge merged 1 commit intomainfrom
python-3.14-support

Conversation

@darshanmandge
Copy link
Collaborator

  • Add Python 3.14 to pyproject.toml
  • Bump numpy upper bound from <2.4 to <2.5 for 3.14 wheel availability
  • Add Python 3.14 to CI in GitHub Actions
  • Remove upper bounds on pytest and coverage in tox.ini to allow versions that support Python 3.14 (pytest 8.x, coverage 7.6+)
  • No source code changes needed: the codebase is already compatible with Python 3.14 (no removed APIs used, PEP 649 deferred annotations compatible with existing 'from future import annotations' usage).

…mpy upper bound from <2.4 to <2.5 for 3.14 wheel availability - Add Python 3.14 to CI in GitHub Actions - Remove upper bounds on pytest and coverage in tox.ini to allow versions that support Python 3.14 (pytest 8.x, coverage 7.6+) No source code changes needed — the codebase is already compatible with Python 3.14 (no removed APIs used, PEP 649 deferred annotations compatible with existing 'from __future__ import annotations' usage).
@codecov
Copy link

codecov bot commented Mar 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
see 119 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@darshanmandge darshanmandge merged commit 1c0a5e8 into main Mar 20, 2026
9 checks passed
@darshanmandge darshanmandge deleted the python-3.14-support branch March 20, 2026 09:39
@darshanmandge darshanmandge mentioned this pull request Mar 20, 2026
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.

3 participants