From a3ddabe740fa123b6c2060962d3ddb86959945c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= Date: Thu, 3 Aug 2023 11:13:59 +0100 Subject: Update minimum supported Python version to 3.9. --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/pytest.yml') diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 04a2c94..4cf3c3f 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - python-version: [3.7, 3.8, 3.9, "3.10", 3.11] + python-version: [3.9, "3.10", 3.11] steps: - uses: actions/checkout@v3 -- cgit v1.2.3