Skip to content

Commit f24e91b

Browse files
committed
Exclude python 3.8 & 3.9
1 parent e6a37dd commit f24e91b

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
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: windows-latest
2626
strategy:
2727
matrix:
28-
pyver: ["3.8", "3.9", "3.10", "3.11"]
28+
pyver: ["3.10", "3.11"]
2929
cuda: ["12.1.1"]
3030
defaults:
3131
run:

0 commit comments

Comments
 (0)