Skip to content

Commit

Permalink
Drop Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tbonald authored Jul 16, 2024
1 parent c9df2d7 commit 9fafca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
CIBW_BUILD_VERBOSITY: 3
CIBW_BEFORE_BUILD: "pip install -r requirements_dev.txt && pip install ."
CIBW_BEFORE_BUILD_MACOS: "pip install -r requirements_dev.txt && pip install ."
CIBW_BUILD: cp38-* cp39-* cp310-* cp311-* cp312-*
CIBW_BUILD: cp39-* cp310-* cp311-* cp312-*

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

0 comments on commit 9fafca7

Please sign in to comment.