Skip to content

Commit

Permalink
Roll back Windows and Mac builds to Python 3.11 as a workaround for R…
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebeal committed Oct 25, 2023
1 parent 66f39ea commit 88db7d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
include:
# Also test on macOS and Windows using latest Python 3
- os: macos-latest
python-version: '3.x'
python-version: '3.11' # Return to 3.x after resolution of https://github.com/RDFLib/pySHACL/issues/212
- os: windows-latest
python-version: '3.x'
python-version: '3.11' # Return to 3.x after resolution of https://github.com/RDFLib/pySHACL/issues/212
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 88db7d5

Please sign in to comment.