From ff9a2b0d7c55dc8bc65e5f36133c7e89be146c55 Mon Sep 17 00:00:00 2001 From: felix-hilden Date: Wed, 4 Oct 2023 18:56:37 +0300 Subject: [PATCH] Main tests on 3.11 --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 14360e6..ea6d04e 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -11,7 +11,7 @@ jobs: matrix: strategy: matrix: - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.8", "3.9", "3.10", "3.12"] name: Python ${{matrix.python-version}} runs-on: ubuntu-latest @@ -45,7 +45,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 with: - python-version: "3.12" + python-version: "3.11" - name: Install package run: | python -m pip install --upgrade pip