mirror of
https://github.com/actions/setup-python.git
synced 2025-06-28 05:33:47 +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]
|
architecture: [x86, arm64]
|
||||||
python-version: ['3.11', '3.12', '3.13.1', '3.14.0-beta.2']
|
python-version: ['3.11', '3.12', '3.13.1', '3.14.0-beta.2']
|
||||||
freethreaded: ['false']
|
freethreaded: ['false']
|
||||||
exclude:
|
include:
|
||||||
- os: windows-latest
|
- os: windows-11-arm
|
||||||
|
architecture: x86
|
||||||
|
python-version: '3.13.1'
|
||||||
|
freethreaded: true
|
||||||
|
- os: windows-11-arm
|
||||||
architecture: arm64
|
architecture: arm64
|
||||||
python-version: '3.13.1'
|
python-version: '3.13.1'
|
||||||
freethreaded: false
|
freethreaded: true
|
||||||
- os: windows-latest
|
- os: windows-11-arm
|
||||||
|
architecture: x86
|
||||||
|
python-version: '3.14.0-beta.2'
|
||||||
|
freethreaded: true
|
||||||
|
- os: windows-11-arm
|
||||||
architecture: arm64
|
architecture: arm64
|
||||||
python-version: '3.14.0-beta.2'
|
python-version: '3.14.0-beta.2'
|
||||||
freethreaded: false
|
freethreaded: true
|
||||||
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue