From 274f96c7108c8f98323c92336d459e839ea3bf9a Mon Sep 17 00:00:00 2001 From: Salad Dais Date: Tue, 7 Feb 2023 18:48:58 +0000 Subject: [PATCH] Run CI tests on Python 3.11 instead of 3.10 --- .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 f481947..fab0ac8 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.8", "3.10"] + python-version: ["3.8", "3.11"] steps: - uses: actions/checkout@v2