Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
.github/workflows/main.yml: Test 3.13-dev
  • Loading branch information
Matthias Koeppe committed Mar 16, 2024
commit c093bccfa76ad57ceeddf0f560e2cf04cf513682
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ['3.8', '3.9', '3.10', '3.11.6', '3.12.0']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13-dev']
architecture: [x64, x86]
exclude:
- os: ubuntu-latest
Expand Down