From 4e80c5fe2324ff5285b971b63346af3fcd87cbf4 Mon Sep 17 00:00:00 2001 From: Richard R <58728519+rrjbca@users.noreply.github.com> Date: Sun, 8 Sep 2024 09:39:42 +0100 Subject: [PATCH] Compatibility 3.9 --- .github/workflows/compatibility.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compatibility.yaml b/.github/workflows/compatibility.yaml index 173187e8..196e0669 100644 --- a/.github/workflows/compatibility.yaml +++ b/.github/workflows/compatibility.yaml @@ -7,8 +7,8 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - python: ['3.11'] - toxenv: [py311-test, py311-test-dev] + python: [3.9] + toxenv: [py39-test, py39-test-dev] steps: - name: Checkout Repository uses: actions/checkout@v4