This commit is contained in:
Aparna Jyothi 2025-06-10 17:59:50 +05:30
parent 72dc4ca661
commit 25f7909b5a

View file

@ -102,7 +102,7 @@ jobs:
matrix:
os: [windows-latest, windows-11-arm]
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']
exclude:
- os: windows-latest
@ -111,9 +111,10 @@ jobs:
freethreaded: false
- os: windows-latest
architecture: arm64
python-version: '3.14.1'
python-version: '3.14.0-beta.2'
freethreaded: false
steps:
- name: Checkout code
uses: actions/checkout@v4