diff --git a/.github/workflows/build-and-test-python-wheels.yml b/.github/workflows/build-and-test-python-wheels.yml index 14ba448..d51f504 100644 --- a/.github/workflows/build-and-test-python-wheels.yml +++ b/.github/workflows/build-and-test-python-wheels.yml @@ -19,8 +19,8 @@ jobs: strategy: fail-fast: false matrix: - cuda: ['12'] - python: ['3.12'] + cuda: ['12', '13'] + python: ['3.10', '3.11', '3.12', '3.13'] steps: - name: Checkout repository @@ -55,8 +55,8 @@ jobs: strategy: fail-fast: false matrix: - cuda: ['12'] - python: ['3.12'] + cuda: ['12', '13'] + python: ['3.10', '3.11', '3.12', '3.13'] steps: - name: Checkout repository