From 73b75401ed609cbaeac0b99d4bdfb6284a61987c Mon Sep 17 00:00:00 2001 From: Remi Gau Date: Mon, 2 Oct 2023 14:26:50 +0200 Subject: [PATCH] CI: Test schemacode on Python 3.12 (#1624) --- .github/workflows/schemacode_ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/schemacode_ci.yml b/.github/workflows/schemacode_ci.yml index e888fb06ad..b02fda9ed3 100644 --- a/.github/workflows/schemacode_ci.yml +++ b/.github/workflows/schemacode_ci.yml @@ -56,7 +56,7 @@ jobs: fail-fast: false matrix: os: ["ubuntu-latest"] - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"] include: - os: macos-latest python-version: 3 @@ -70,6 +70,7 @@ jobs: uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} + allow-prereleases: true - name: "Display Python version" run: python -c "import sys; print(sys.version)" @@ -134,7 +135,7 @@ jobs: - name: Set Up Python environment uses: actions/setup-python@v4 with: - python-version: "3.9" + python-version: "3.11" - name: Install the schemacode package run: |