Skip to content

Remove Python 3.14 from CI matrix#379

Closed
Copilot wants to merge 2 commits intomainfrom
copilot/fix-github-actions-failure
Closed

Remove Python 3.14 from CI matrix#379
Copilot wants to merge 2 commits intomainfrom
copilot/fix-github-actions-failure

Conversation

Copy link

Copilot AI commented Jan 21, 2026

CI failures in new PRs were caused by Python 3.14 being in the test matrix. Python 3.14 doesn't release until October 2025, and dependencies like scipy fail to build on pre-release versions.

Changes

  • .github/workflows/ci.yml - Removed 3.14 from python-version matrix
  • tox.ini - Removed py314 from envlist and gh-actions mapping
  • pyproject.toml - Removed Python 3.14 classifier

CI now tests Python 3.9-3.13. Python 3.14 can be added when officially released.

Original prompt

Some GitHub actions are failing in new pull requests-


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: alvarolopez <468751+alvarolopez@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix GitHub actions failing in new pull requests Remove Python 3.14 from CI matrix Jan 21, 2026
Copilot AI requested a review from alvarolopez January 21, 2026 10:33
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.

2 participants