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: |