From ed2875a9a06ed876a29026422be194c720a41a57 Mon Sep 17 00:00:00 2001 From: Nicco Kunzmann Date: Fri, 19 Aug 2022 14:47:43 +0100 Subject: [PATCH] test Python 3.7 with GitHub actions this updates the tests to match the Python version described in the README --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2e97a43..83bb814 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,6 +14,7 @@ jobs: matrix: config: # [Python version, tox env] + - ["3.7", "py37"] - ["3.8", "py38"] - ["3.9", "py39"] - ["3.10", "py310"]