1
0
Fork 0
mirror of https://code.forgejo.org/actions/setup-python synced 2025-07-07 01:35:59 +02:00
This commit is contained in:
Aparna Jyothi 2025-06-10 18:09:19 +05:30
parent b68779bd50
commit b3369016af

View file

@ -104,15 +104,23 @@ jobs:
architecture: [x86, arm64]
python-version: ['3.11', '3.12', '3.13.1', '3.14.0-beta.2']
freethreaded: ['false']
exclude:
- os: windows-latest
include:
- os: windows-11-arm
architecture: x86
python-version: '3.13.1'
freethreaded: true
- os: windows-11-arm
architecture: arm64
python-version: '3.13.1'
freethreaded: false
- os: windows-latest
freethreaded: true
- os: windows-11-arm
architecture: x86
python-version: '3.14.0-beta.2'
freethreaded: true
- os: windows-11-arm
architecture: arm64
python-version: '3.14.0-beta.2'
freethreaded: false
freethreaded: true
steps: