Skip to content

Commit

Permalink
Exclude Python 3.12 on all platforms.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpivarski committed Aug 11, 2023
1 parent 4b97663 commit 3f33c57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ jobs:
- os: macos-latest
type: "Universal"
arch: universal2
build: "cp*"
build: "cp{38,39,310,311}-*"

- os: windows-latest
arch: auto64
build: "cp*"
build: "cp{38,39,310,311}-*"

- os: windows-latest
arch: auto32
Expand Down

0 comments on commit 3f33c57

Please sign in to comment.