mirror of
https://code.forgejo.org/actions/setup-python
synced 2025-06-08 20:38:19 +02:00
logic update
This commit is contained in:
parent
b22fe06733
commit
53228cb9bd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/e2e-tests.yml
vendored
2
.github/workflows/e2e-tests.yml
vendored
|
@ -103,7 +103,7 @@ jobs:
|
||||||
os: [windows-latest, windows-11-arm]
|
os: [windows-latest, windows-11-arm]
|
||||||
architecture: [x64, x86, arm64]
|
architecture: [x64, x86, arm64]
|
||||||
freethreaded: ['false', 'true']
|
freethreaded: ['false', 'true']
|
||||||
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
|
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13.1']
|
||||||
exclude:
|
exclude:
|
||||||
- architecture: x64
|
- architecture: x64
|
||||||
freethreaded: 'true'
|
freethreaded: 'true'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue