From a038117efa6bbba98a00430cf42ba247fdd60949 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl=20Thom=C3=A9?= Date: Sun, 18 Jun 2023 15:12:36 +0200 Subject: [PATCH] Drop Python 3.8 and 3.9 Code assumes Python 3.10 features, so drop 3.8 and 3.9 from testing. --- .github/workflows/ci.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1c7f02b..aeff382 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,8 +12,6 @@ jobs: strategy: matrix: python-version: - - "3.8" - - "3.9" - "3.10" steps: - uses: actions/checkout@v3