Skip to content

Commit

Permalink
Update CI pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
junkmd committed Sep 22, 2024
1 parent ffaf502 commit a3a8733
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autotest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os: [windows-latest]
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13-dev']
architecture: ['x86', 'x64']
npsupport: ['with npsupport', 'without npsupport']
steps:
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, windows-2019]
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13-dev']
architecture: ['x86', 'x64']
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit a3a8733

Please sign in to comment.