Skip to content

Commit

Permalink
updating python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
djarecka committed Nov 10, 2024
1 parent 327db3a commit fa9b238
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testactivities.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.9, '3.10', '3.11']
python-version: ['3.10', '3.11', '3.12', '3.13']

steps:
- uses: actions/checkout@v4
Expand All @@ -26,6 +26,6 @@ jobs:
- name: JSON linter
run: |
python tests/jsonParser.py
- name: Test with pyshacl
- name: Validate activities
run: |
reproschema -l DEBUG validate activities

0 comments on commit fa9b238

Please sign in to comment.