We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9528451 commit 2b8a8e2Copy full SHA for 2b8a8e2
.github/workflows/publish.yml
@@ -41,7 +41,7 @@ jobs:
41
# Using ubuntu-22.04 instead of 24.04 for more compatibility (glibc). Ideally we'd use the
42
# manylinux docker image, but I haven't figured out how to install CUDA on manylinux.
43
os: [ubuntu-22.04]
44
- python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
+ python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
45
torch-version: ["2.5.1", "2.6.0", "2.7.1", "2.8.0"]
46
cuda-version: ["12.9.1", "13.0.0"]
47
# We need separate wheels that either uses C++11 ABI (-D_GLIBCXX_USE_CXX11_ABI) or not.
0 commit comments