Skip to content

Commit

Permalink
Add all PySHACL supported python versions to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleysommer committed Oct 1, 2024
1 parent c6ef716 commit 201f496
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
matrix:
python-version:
- '3.8'
- '3.9'
- '3.10'
- '3.11'
- '3.12'

steps:
Expand Down

0 comments on commit 201f496

Please sign in to comment.