From 90ba96cb39830a13e073f5f85b2dc4f5cfefb47f Mon Sep 17 00:00:00 2001 From: Remi Gau Date: Mon, 2 Oct 2023 06:15:06 +0200 Subject: [PATCH] test python 3.12 --- .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: |