Skip to content

Commit

Permalink
ci: wheel building: add python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Sep 12, 2024
1 parent e0dd0ee commit 3bd3e6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- { runs_on: macos-12, sys: macosx, arch: x86_64, benv: "12.0" }
- { runs_on: macos-14, sys: macosx, arch: arm64, benv: "14.0" }
python:
- { cp: "cp38", rel: "3.8" }
- { cp: "cp39", rel: "3.9" }
- { cp: "cp310", rel: "3.10" }
- { cp: "cp311", rel: "3.11" }
Expand Down

0 comments on commit 3bd3e6c

Please sign in to comment.