We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c133065 commit 08e2405Copy full SHA for 08e2405
.github/workflows/test_gpu.yml
@@ -27,7 +27,7 @@ jobs:
27
test-gpu:
28
strategy:
29
matrix:
30
- python-version: ["3.11"]
+ python-version: ["3.11", "3.13"]
31
os: ["linux-x64-nvidia-gpu-t4"]
32
runs-on: ${{ matrix.os }}
33
timeout-minutes: 10
CMakeLists.txt
@@ -90,11 +90,6 @@ nanobind_add_module(
90
# Name of the extension
91
_cuda_impl
92
93
- # Target the stable ABI for Python 3.12+, which reduces
94
- # the number of binary wheels that must be built. This
95
- # does nothing on older Python versions
96
- STABLE_ABI
97
-
98
# Build libnanobind statically and merge it into the
99
# extension (which itself remains a shared library)
100
NB_STATIC
0 commit comments