From d1a9a3eb64c18e99c60b0e58cc410ccf7f008726 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= Date: Thu, 3 Aug 2023 11:49:39 +0100 Subject: Update minimum supported version to Python 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 ef2cfe7..188c1a2 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - python-version: [3.7, 3.8, 3.9] + python-version: [3.9] steps: - uses: actions/checkout@v2 -- cgit v1.2.3