mirror of
https://github.com/actions/setup-python.git
synced 2025-06-27 21:23:48 +00:00
update
This commit is contained in:
parent
b68779bd50
commit
b3369016af
1 changed files with 13 additions and 5 deletions
18
.github/workflows/e2e-tests.yml
vendored
18
.github/workflows/e2e-tests.yml
vendored
|
@ -104,15 +104,23 @@ jobs:
|
|||
architecture: [x86, arm64]
|
||||
python-version: ['3.11', '3.12', '3.13.1', '3.14.0-beta.2']
|
||||
freethreaded: ['false']
|
||||
exclude:
|
||||
- os: windows-latest
|
||||
include:
|
||||
- os: windows-11-arm
|
||||
architecture: x86
|
||||
python-version: '3.13.1'
|
||||
freethreaded: true
|
||||
- os: windows-11-arm
|
||||
architecture: arm64
|
||||
python-version: '3.13.1'
|
||||
freethreaded: false
|
||||
- os: windows-latest
|
||||
freethreaded: true
|
||||
- os: windows-11-arm
|
||||
architecture: x86
|
||||
python-version: '3.14.0-beta.2'
|
||||
freethreaded: true
|
||||
- os: windows-11-arm
|
||||
architecture: arm64
|
||||
python-version: '3.14.0-beta.2'
|
||||
freethreaded: false
|
||||
freethreaded: true
|
||||
|
||||
|
||||
steps:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue