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
72dc4ca661
commit
25f7909b5a
1 changed files with 3 additions and 2 deletions
5
.github/workflows/e2e-tests.yml
vendored
5
.github/workflows/e2e-tests.yml
vendored
|
@ -102,7 +102,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
os: [windows-latest, windows-11-arm]
|
os: [windows-latest, windows-11-arm]
|
||||||
architecture: [x86, arm64]
|
architecture: [x86, arm64]
|
||||||
python-version: ['3.11', '3.12', '3.13.1', '3.14.1']
|
python-version: ['3.11', '3.12', '3.13.1', '3.14.0-beta.2']
|
||||||
freethreaded: ['false']
|
freethreaded: ['false']
|
||||||
exclude:
|
exclude:
|
||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
|
@ -111,9 +111,10 @@ jobs:
|
||||||
freethreaded: false
|
freethreaded: false
|
||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
architecture: arm64
|
architecture: arm64
|
||||||
python-version: '3.14.1'
|
python-version: '3.14.0-beta.2'
|
||||||
freethreaded: false
|
freethreaded: false
|
||||||
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue