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: 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