Skip to content

Commit

Permalink
add in 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Vizonex authored May 29, 2024
1 parent ad71aa4 commit f03b7a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
env:
CIBW_BUILD: "cp39-* cp310-* cp311-* cp312-*"
CIBW_BUILD: "cp38-* cp39-* cp310-* cp311-* cp312-*"
CIBW_SKIP: "pp* *-win_arm64 *-win32"

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

0 comments on commit f03b7a8

Please sign in to comment.