From 5e03e9202266ba5c9434b9357357dc61bbc30125 Mon Sep 17 00:00:00 2001 From: ketiltrout Date: Sat, 29 Jun 2024 15:48:57 -0700 Subject: [PATCH] CI: Run tests on 3.12 --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6b68f1539..81051288d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,10 +14,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Set up Python 3.11 + - name: Set up Python 3.12 uses: actions/setup-python@v1 with: - python-version: "3.11" + python-version: "3.12" - name: Install pip dependencies run: | @@ -35,7 +35,7 @@ jobs: strategy: matrix: - python-version: ["3.10", "3.11"] + python-version: ["3.10", "3.12"] runs-on: ubuntu-latest steps: