Skip to content

Commit

Permalink
ci: run tests against Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
mkniewallner committed Mar 24, 2024
1 parent e5ca1a7 commit b81e603
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
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']
target: [x86_64, aarch64]
steps:
- name: Check out
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
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']
target: [x64]
steps:
- name: Check out
Expand All @@ -92,7 +92,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
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']
target: [x86_64, aarch64]
steps:
- name: Check out
Expand Down

0 comments on commit b81e603

Please sign in to comment.