From de54b837f9b497e6cce42272a33d83bd9a501a83 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. 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..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: