Skip to content

Commit

Permalink
disable only the 32 bit Windows 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesturk committed Dec 14, 2024
1 parent 77c37b2 commit 9b5912e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ jobs:
matrix:
target: [x64, x86]
interpreter: [3.8, 3.9, "3.10", "3.11", "3.12", "3.13"]
exclude:
- target: x86
interpreter: "3.13"
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 9b5912e

Please sign in to comment.