Skip to content

Commit

Permalink
CI: Test schemacode on Python 3.12 (#1624)
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau authored Oct 2, 2023
1 parent f9cfafa commit 73b7540
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/schemacode_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)"
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit 73b7540

Please sign in to comment.