From 21371f5060c87e6496993ca82ce65875c7f34dca Mon Sep 17 00:00:00 2001 From: Jens Diemer Date: Mon, 3 Apr 2023 08:59:46 +0200 Subject: [PATCH] Update github CI python versions --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 4cfde62..1092f82 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -14,7 +14,7 @@ jobs: strategy: max-parallel: 2 matrix: - python-version: ["3.10", "3.9", "3.8", "3.7"] + python-version: ["3.11", "3.10", "3.9"] steps: - uses: actions/checkout@v2 with: