Skip to content

Commit d1150cb

Browse files
authored
Add Python 3.14 to the wheel publishing matrix (#750)
The "Publish packages" workflow still uses the matrix from `ci/matrix.yml`, which doesn't yet include Python 3.14. This PR adds Python 3.14 to the matrix with the aim of getting the workflow to pulish packages to PyPI for Python 3.14 as well. In the long term this might want to align with the way things work for the rest of CUDA Python, but this should provide a quick fix for now.
1 parent 8928503 commit d1150cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/matrix.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@ build-matrix:
99
- { ARCH: 'amd64', PY_VER: '3.11', CUDA_VER: '12.8.0', LINUX_VER: 'rockylinux8' }
1010
- { ARCH: 'amd64', PY_VER: '3.12', CUDA_VER: '12.8.0', LINUX_VER: 'rockylinux8' }
1111
- { ARCH: 'amd64', PY_VER: '3.13', CUDA_VER: '12.8.0', LINUX_VER: 'rockylinux8' }
12+
- { ARCH: 'amd64', PY_VER: '3.14', CUDA_VER: '12.8.0', LINUX_VER: 'rockylinux8' }
1213
- { ARCH: 'arm64', PY_VER: '3.10', CUDA_VER: '12.8.0', LINUX_VER: 'rockylinux8' }
1314
- { ARCH: 'arm64', PY_VER: '3.11', CUDA_VER: '12.8.0', LINUX_VER: 'rockylinux8' }
1415
- { ARCH: 'arm64', PY_VER: '3.12', CUDA_VER: '12.8.0', LINUX_VER: 'rockylinux8' }
1516
- { ARCH: 'arm64', PY_VER: '3.13', CUDA_VER: '12.8.0', LINUX_VER: 'rockylinux8' }
17+
- { ARCH: 'arm64', PY_VER: '3.14', CUDA_VER: '12.8.0', LINUX_VER: 'rockylinux8' }
1618
simulator-matrix:
1719
- { ARCH: 'amd64', PY_VER: '3.12', CUDA_VER: '12.8.0', LINUX_VER: 'rockylinux8' }
1820
# We test "oldest" dependencies with the oldest supported Python version and

0 commit comments

Comments
 (0)