Skip to content

Commit

Permalink
Maybe the problem is a conflict between Python 3.11 and Python 3.12?
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebeal committed Mar 19, 2024
1 parent 48ef1b7 commit 78ccd9d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
matrix:
# Default builds are on Ubuntu
os: [ubuntu-latest]
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
include:
# Also test on macOS and Windows using the latest Python 3
- os: macos-latest
python-version: 3.11 # Return to 3.x after resolution of https://github.com/RDFLib/pySHACL/issues/212
python-version: 3.x
- os: windows-2019
python-version: 3.11 # Return to 3.x after resolution of https://github.com/RDFLib/pySHACL/issues/212
python-version: 3.x

steps:
- uses: actions/checkout@v2
Expand All @@ -39,7 +39,7 @@ jobs:
python -m pip install pytest
python -m pip install interrogate
- name: Setup Graphviz
uses: jakebeal/setup-graphviz@8887d481c24613b668d922cd6d8635b5003087f2
uses: ts-graphviz/setup-graphviz@v2
- name: Show Node.js version
run: |
node --version
Expand Down

0 comments on commit 78ccd9d

Please sign in to comment.