Skip to content

Commit 8ff5960

Browse files
committed
mention Python 3.13
1 parent ebf39a1 commit 8ff5960

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

cuda_bindings/docs/source/release/11.8.6-notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Released on January 24, 2025.
55

66
## Highlights
77

8+
- Support Python 3.13
89
- Add an optional dependency on the CUDA NVRTC wheel
910
- Enable discovery and loading of shared libraries from CUDA wheels
1011
- `cuda-python` is now a meta package, currently depending only on `cuda-bindings` ([see RFC](https://github.com/NVIDIA/cuda-python/issues/105))

cuda_bindings/docs/source/release/12.8.0-notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Released on January 24, 2025.
55

66
## Highlights
77

8+
- Support Python 3.13
89
- Add bindings for nvJitLink (requires nvJitLink from CUDA 12.3 or above)
910
- Add optional dependencies on CUDA NVRTC and nvJitLink wheels
1011
- Enable discovery and loading of shared libraries from CUDA wheels

cuda_python/docs/source/release/11.8.6-notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Released on January 24, 2025.
99

1010
## Highlights
1111

12+
- Support Python 3.13
1213
- Add optional dependencies on the CUDA NVRTC wheel
1314
- Enable discovery and loading of shared libraries from CUDA wheels
1415
- `cuda-python` is now a meta package, currently depending only on `cuda-bindings` ([see RFC](https://github.com/NVIDIA/cuda-python/issues/105))

cuda_python/docs/source/release/12.8.0-notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Released on January 24, 2025.
99

1010
## Highlights
1111

12+
- Support Python 3.13
1213
- Add bindings for nvJitLink (requires nvJitLink from CUDA 12.3 or above)
1314
- Add optional dependencies on CUDA NVRTC and nvJitLink wheels
1415
- Enable discovery and loading of shared libraries from CUDA wheels

0 commit comments

Comments
 (0)