CUDA Python 13.4.0 Release notes#
Deprecation Notices#
This is the last release that officially supports Python 3.10. Python 3.10 reaches end of life in October 2026 per the CPython support cycle. Support will be dropped in CUDA Python 13.5.
Known issues#
Updating from older versions (v12.6.2.post1 and below) via
pip install -U cuda-pythonmight not work. Please do a clean re-installation by uninstallingpip uninstall -y cuda-pythonfollowed by installingpip install cuda-python.