Skip to content

Commit

Permalink
Remove Python 3.12 for DracoPy
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias314 committed Aug 8, 2024
1 parent fa6ce9a commit c20379a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dracopy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: Build wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
env:
CIBW_BUILD: "cp310-* cp311-* cp312-*"
CIBW_BUILD: "cp310-* cp311-*"
DRACOPY_VERSION: ${{ inputs.dracopyVersion }}
NUMPY_VERSION: ${{ inputs.numpyVersion }}
strategy:
Expand Down

0 comments on commit c20379a

Please sign in to comment.