From a2eadfbcf056b14acbdbf45cbb51554218c5a3f6 Mon Sep 17 00:00:00 2001 From: Yilei Yang Date: Fri, 13 Oct 2023 16:36:14 -0700 Subject: [PATCH] Drop Python 3.7 in the test matrix. We will drop Python 3.7 support following Black. PiperOrigin-RevId: 573347596 --- .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..9ee98070df3 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"] os: [ubuntu-latest, macOS-latest, windows-latest] steps: