Skip to content

Commit

Permalink
rm cp38 from wheel build (#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
anilbey authored Feb 20, 2024
1 parent bffef33 commit 57799c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-22.04, macos-latest, windows-latest]
python: [cp38, cp39, cp310, cp311, cp312]
python: [cp39, cp310, cp311, cp312]
arch: [x86_64, amd64]
exclude:
- os: macos-latest
Expand Down

0 comments on commit 57799c7

Please sign in to comment.