From 5afd989b32dea36f3fa68dba723e21d2d255fcd8 Mon Sep 17 00:00:00 2001 From: kuba Date: Sat, 24 Aug 2024 18:47:59 +0200 Subject: [PATCH] update min python version for tests --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6c5e4731ef..45f8536170 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -46,7 +46,7 @@ jobs: max-parallel: 3 matrix: platform: [ ubuntu-latest, macos-13, windows-latest ] - python-version: [ "3.8", "3.11" ] + python-version: [ "3.9", "3.11" ] steps: - uses: actions/checkout@v3