We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6a37dd commit f24e91bCopy full SHA for f24e91b
.github/workflows/build-wheels.yml
@@ -25,7 +25,7 @@ jobs:
25
runs-on: windows-latest
26
strategy:
27
matrix:
28
- pyver: ["3.8", "3.9", "3.10", "3.11"]
+ pyver: ["3.10", "3.11"]
29
cuda: ["12.1.1"]
30
defaults:
31
run:
0 commit comments