From 06f5a4f3febbaf98fe00f608ac7bdd08719ffae0 Mon Sep 17 00:00:00 2001 From: Yilei Yang Date: Fri, 13 Oct 2023 14:33:09 -0700 Subject: [PATCH] Drop Python 3.7 in the test matrix and add Python 3.12. We will drop Python 3.7 support following Black. PiperOrigin-RevId: 573321121 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2f92f9fad30..3bc948cdea5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,7 +26,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11",] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] os: [ubuntu-latest, macOS-latest, windows-latest] steps: