mirror of
https://github.com/actions/setup-python.git
synced 2025-08-26 10:46:10 +00:00
update
This commit is contained in:
parent
861d4f76d4
commit
cb89d9514a
7
.github/workflows/e2e-tests.yml
vendored
7
.github/workflows/e2e-tests.yml
vendored
@ -102,7 +102,7 @@ jobs:
|
||||
matrix:
|
||||
os: [windows-11-arm]
|
||||
architecture: [x86, arm64]
|
||||
python-version: ['3.10','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']
|
||||
include:
|
||||
- os: windows-11-arm
|
||||
@ -121,7 +121,10 @@ jobs:
|
||||
architecture: arm64
|
||||
python-version: '3.14.0-beta.2'
|
||||
freethreaded: true
|
||||
|
||||
- os: windows-latest
|
||||
architecture: x86
|
||||
python-version: '3.10'
|
||||
freethreaded: false
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
Loading…
x
Reference in New Issue
Block a user