Skip to content

Commit c131f4d

Browse files
authored
Disable release for python 3.8 (#2081)
1 parent a6e1249 commit c131f4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-wheels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- [macos-13, macosx_x86_64]
3434
- [macos-14, macosx_arm64]
3535
- [windows-2022, win_amd64]
36-
python: ["cp38", "cp39", "cp310", "cp311", "cp312"]
36+
python: ["cp39", "cp310", "cp311", "cp312"]
3737

3838
steps:
3939
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)