From 7e16fc53bd0dd1360973c7b4b33f06fc3e91c291 Mon Sep 17 00:00:00 2001 From: Yoland Yan <4950057+yoland68@users.noreply.github.com> Date: Tue, 20 May 2025 10:15:49 -0700 Subject: [PATCH] Remove 3.9 from CI --- .github/workflows/pullrequest-ci-run.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pullrequest-ci-run.yml b/.github/workflows/pullrequest-ci-run.yml index a2a4b265c..65d124937 100644 --- a/.github/workflows/pullrequest-ci-run.yml +++ b/.github/workflows/pullrequest-ci-run.yml @@ -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: