From 5142fe11ac5068f512cbad32e8d97a9b687f647a Mon Sep 17 00:00:00 2001 From: Thomas Tumiel Date: Thu, 12 Oct 2023 06:13:37 +0100 Subject: [PATCH] set min py version to 3.8 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5806634..a05f7cd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,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"] steps: - uses: actions/checkout@v3