[CI/Build] Add support for Python 3.12 (#7035)

This commit is contained in:
Michael Goin
2024-08-02 16:51:22 -04:00
committed by GitHub
parent 806949514a
commit b482b9a5b1
7 changed files with 7 additions and 6 deletions

View File

@@ -48,7 +48,7 @@ jobs:
fail-fast: false
matrix:
os: ['ubuntu-20.04']
python-version: ['3.8', '3.9', '3.10', '3.11']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
pytorch-version: ['2.4.0'] # Must be the most recent version that meets requirements-cuda.txt.
cuda-version: ['11.8', '12.1']