From 128bc3501801a615cd3887a674ebee916eeaff0e Mon Sep 17 00:00:00 2001 From: IAlibay Date: Sun, 5 Nov 2023 20:03:10 +0000 Subject: [PATCH] 3.9+ in CI --- .github/workflows/gh-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-ci.yaml b/.github/workflows/gh-ci.yaml index bb48e9d..9f79d16 100644 --- a/.github/workflows/gh-ci.yaml +++ b/.github/workflows/gh-ci.yaml @@ -26,7 +26,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, ] - python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] + python-version: ["3.9", "3.10", "3.11", "3.12"] include: - os: windows-latest python-version: "3.12"