Skip to content

Commit

Permalink
Merge pull request #445 from SynBioDex/444-windows-build-failure
Browse files Browse the repository at this point in the history
Patch #444 by rolling back Windows/Mac python version
  • Loading branch information
jakebeal authored Oct 25, 2023
2 parents 66f39ea + 88db7d5 commit ee76840
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 ee76840

Please sign in to comment.