From 162ac77d1347858e1e5327c62cfb52b8a53b1eaf Mon Sep 17 00:00:00 2001 From: Alex Hadley Date: Wed, 4 Oct 2023 10:56:30 -0700 Subject: [PATCH] Remove Python 3.12 from CI, use 3.11 for pages build --- .github/workflows/ci.yml | 2 +- .github/workflows/github-pages.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 03b6b22..7af6a5b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: ci: strategy: matrix: - python_version: ["3.9", "3.10", "3.11", "3.12"] + python_version: ["3.9", "3.10", "3.11"] runs-on: ubuntu-latest steps: - name: Checkout diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index cc47584..221bf45 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -4,7 +4,7 @@ on: workflow_dispatch env: POETRY_VERSION: "1.6.1" - PYTHON_VERSION: "3.10" + PYTHON_VERSION: "3.11" DATALOGGER_VERSION: "0.2.0" jobs: