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
550be3670a
commit
d02a110da5
1 changed files with 11 additions and 18 deletions
29
.github/workflows/e2e-tests.yml
vendored
29
.github/workflows/e2e-tests.yml
vendored
|
@ -101,33 +101,26 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
os: [windows-latest, windows-11-arm]
|
||||
architecture: [x64, x86, arm64]
|
||||
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13.1']
|
||||
architecture: [x86, arm64]
|
||||
python-version: ['3.11', '3.12', '3.13.1', '3.14.1']
|
||||
freethreaded: ['false', 'true']
|
||||
exclude:
|
||||
- architecture: x64
|
||||
freethreaded: 'true'
|
||||
- python-version: '3.9'
|
||||
freethreaded: 'true'
|
||||
- python-version: '3.10'
|
||||
freethreaded: 'true'
|
||||
- python-version: '3.11'
|
||||
freethreaded: 'true'
|
||||
- python-version: '3.12'
|
||||
- os: windows-latest
|
||||
architecture: arm64
|
||||
python-version: '3.11'
|
||||
freethreaded: 'true'
|
||||
- os: windows-latest
|
||||
architecture: arm64
|
||||
python-version: 3.12
|
||||
freethreaded: false
|
||||
- os: windows-11-arm
|
||||
python-version: '3.12'
|
||||
freethreaded: 'true'
|
||||
- os: windows-latest
|
||||
architecture: arm64
|
||||
python-version: 3.9
|
||||
python-version: '3.13.1'
|
||||
freethreaded: false
|
||||
- os: windows-11-arm
|
||||
- os: windows-latest
|
||||
architecture: arm64
|
||||
python-version: 3.10
|
||||
python-version: '3.14.1'
|
||||
freethreaded: false
|
||||
fail-fast: false
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue