Skip to content

Add Python 3.14 support#2168

Open
bendichter wants to merge 2 commits intodevfrom
add-py314
Open

Add Python 3.14 support#2168
bendichter wants to merge 2 commits intodevfrom
add-py314

Conversation

@bendichter
Copy link
Collaborator

Summary

  • Add Python 3.14 classifier to pyproject.toml
  • Add 314 to all tox env lists and move upgraded/prerelease envs from py313 to py314
  • Add Python 3.14 pinned entries and update upgraded/prerelease entries across all CI workflows (run_all_tests.yml, run_tests.yml, run_coverage.yml, deploy_release.yml)
  • Add "3.14" to bug report template Python version dropdown
  • Update docs to list Python 3.14 as supported

Test plan

  • CI passes on all matrix entries
  • Python 3.14 pinned, upgraded, and prerelease jobs run successfully

🤖 Generated with Claude Code

bendichter and others added 2 commits March 4, 2026 18:07
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Python 3.14 doesn't have pre-built wheels for numpy and other deps yet.
Keep these utility steps on 3.13 (latest stable). The 3.14 prerelease
and upgraded tox envs handle 3.14 testing.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@codecov
Copy link

codecov bot commented Mar 4, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.21%. Comparing base (e00ffc0) to head (826f25b).

Additional details and impacted files
@@           Coverage Diff           @@
##              dev    #2168   +/-   ##
=======================================
  Coverage   95.21%   95.21%           
=======================================
  Files          29       29           
  Lines        2945     2945           
  Branches      757      757           
=======================================
  Hits         2804     2804           
  Misses         84       84           
  Partials       57       57           
Flag Coverage Δ
integration 72.93% <ø> (ø)
unit 85.16% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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

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