Skip to content

Commit

Permalink
drop 3.9 from test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb authored Aug 29, 2024
1 parent 50bd2f2 commit 81be389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matrix-test.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# CUDA_VER is `<major>.<minor>` (e.g. `12.0`)

pull-request:
- { CUDA_VER: '11.8', ARCH: 'amd64', PYTHON_VER: '3.9', GPU: 'v100', DRIVER: 'earliest' }
- { CUDA_VER: '11.8', ARCH: 'amd64', PYTHON_VER: '3.10', GPU: 'v100', DRIVER: 'earliest' }
- { CUDA_VER: '12.0', ARCH: 'arm64', PYTHON_VER: '3.10', GPU: 'a100', DRIVER: 'latest' }
- { CUDA_VER: '12.5', ARCH: 'amd64', PYTHON_VER: '3.11', GPU: 'v100', DRIVER: 'latest' }
branch:
Expand Down

0 comments on commit 81be389

Please sign in to comment.