From 010b8a1f7cf780bf4f97351d4b98fb1d81839f16 Mon Sep 17 00:00:00 2001 From: vuonglv Date: Tue, 12 Nov 2024 10:13:47 +0700 Subject: [PATCH] ci: removed 3.7 --- .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 59a6c74..111e1d2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] + python-version: ["3.8", "3.9", "3.10", "3.11"] steps: - uses: actions/checkout@v4