remove EOL Python versions and Bumps numpy text fixture#1333
Open
priya-kinthali wants to merge 2 commits into
Open
remove EOL Python versions and Bumps numpy text fixture#1333priya-kinthali wants to merge 2 commits into
priya-kinthali wants to merge 2 commits into
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the GitHub Actions CI/e2e workflow matrices to drop EOL runtimes, expand OS coverage (including windows-11-arm), and refreshes the pipenv test fixture by bumping the pinned NumPy version.
Changes:
- Refresh CI matrices: remove older Python/PyPy/GraalPy entries and add
windows-11-armacross multiple workflows. - Update CPython/freethreaded version coverage to newer stable/prerelease/dev versions (e.g., 3.14.x / 3.15-dev lines).
- Bump the pipenv fixture NumPy pin from
2.2.4→2.4.6(__tests__/data/Pipfile*).
Reviewed changes
Copilot reviewed 8 out of 9 changed files in this pull request and generated 8 comments.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/test-python.yml | Refreshes CPython matrices and extends OS coverage to include windows-11-arm. |
| .github/workflows/test-python-freethreaded.yml | Refreshes freethreaded matrices and adds windows-11-arm coverage (notably missing excludes for 3.13 freethreaded on Windows ARM). |
| .github/workflows/test-pypy.yml | Removes older PyPy variants and updates multi-version assertions. |
| .github/workflows/test-graalpy.yml | Updates tested GraalPy versions and check-latest target. |
| .github/workflows/e2e-tests.yml | Updates e2e scenario versions (including 3.14.x) and adapts steps for windows-11-arm. |
| .github/workflows/e2e-cache.yml | Refreshes cache test matrices and OS coverage to include windows-11-arm. |
| .github/workflows/e2e-cache-freethreaded.yml | Refreshes freethreaded cache matrices and adds windows-11-arm with explicit excludes for unsupported combos. |
| tests/data/Pipfile | Updates the pinned NumPy version used by pipenv fixture tests. |
| tests/data/Pipfile.lock | Updates the lockfile to match the bumped NumPy fixture version. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description:
windows-11-armtest support, and refreshes the CI test matrices.Pipfile / Pipfile.lock)Check list: