Skip to content

Commit fb653f3

Browse files
authored
Fix NVIDIA#2198: Announce that support for Python 3.10 is going away (NVIDIA#2372)
* Fix NVIDIA#2198: Announce that support for Python 3.10 is going away * Update language as suggested in PR
1 parent 58f8733 commit fb653f3

3 files changed

Lines changed: 51 additions & 0 deletions

File tree

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
.. SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2+
.. SPDX-License-Identifier: Apache-2.0
3+
4+
.. module:: cuda.bindings
5+
6+
``cuda-bindings`` 13.4.0 Release notes
7+
======================================
8+
9+
Deprecation Notices
10+
-------------------
11+
12+
* Support for using ``cuda-bindings`` with Python 3.10 is deprecated and will be
13+
removed in a future version. Python 3.10 reaches end of life in October 2026
14+
per the `CPython support cycle <https://devguide.python.org/versions/>`_.
15+
16+
Known issues
17+
------------
18+
19+
* Updating from older versions (v12.6.2.post1 and below) via ``pip install -U cuda-python`` might not work. Please do a clean re-installation by uninstalling ``pip uninstall -y cuda-python`` followed by installing ``pip install cuda-python``.
20+
* ``nvml.system_get_process_name`` on WSL can return incorrect values. To work around this, set the locale to "C" before calling ``nvml.device_get_compute_running_processes_v3`` (which sets the process names) and before calling ``nvml.system_get_process_name``. ``cuda_core`` does this automatically, but users of the raw NVML API will need to do this manually.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
.. SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2+
.. SPDX-License-Identifier: Apache-2.0
3+
4+
.. currentmodule:: cuda.core
5+
6+
``cuda.core`` 1.2.0 Release Notes
7+
==================================
8+
9+
Deprecation Notices
10+
-------------------
11+
12+
* Support for using ``cuda-core`` with Python 3.10 is deprecated and will be
13+
removed in a future version. Python 3.10 reaches end of life in October 2026
14+
per the `CPython support cycle <https://devguide.python.org/versions/>`_.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
.. SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2+
.. SPDX-License-Identifier: Apache-2.0
3+
4+
CUDA Python 13.4.0 Release notes
5+
=================================
6+
7+
Deprecation Notices
8+
-------------------
9+
10+
* Support for using ``cuda-python`` with Python 3.10 is deprecated and will be
11+
removed in a future version. Python 3.10 reaches end of life in October 2026
12+
per the `CPython support cycle <https://devguide.python.org/versions/>`_.
13+
14+
Known issues
15+
------------
16+
17+
* Updating from older versions (v12.6.2.post1 and below) via ``pip install -U cuda-python`` might not work. Please do a clean re-installation by uninstalling ``pip uninstall -y cuda-python`` followed by installing ``pip install cuda-python``.

0 commit comments

Comments
 (0)