Remove 3.9 from CI

This commit is contained in:
Yoland Yan 2025-05-20 10:15:49 -07:00 committed by GitHub
parent 87f9130778
commit 7e16fc53bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
os: [macos, linux, windows]
python_version: ["3.9", "3.10", "3.11", "3.12"]
python_version: ["3.10", "3.11", "3.12"]
cuda_version: ["12.1"]
torch_version: ["stable"]
include: