Skip to content

Commit

Permalink
chore: avoid building wheels for EOL Pythons
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhantgoel committed Mar 19, 2024
1 parent cfe0813 commit ec2b44d
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 @@ -42,7 +42,7 @@ jobs:
with:
output-dir: dist
env:
CIBW_BUILD: cp36-* cp37-* cp38-* cp39-* cp310-* cp311-*
CIBW_BUILD: cp38-* cp39-* cp310-* cp311-*

- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit ec2b44d

Please sign in to comment.