Skip to content

Commit

Permalink
Restrict CI tests to newer Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dalito committed Jan 16, 2025
1 parent be7f967 commit cdd7fdd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12"]
# python-version: ["3.9", "3.10", "3.11", "3.12"] # re-enable when linkml-runtime has https://github.com/linkml/linkml-runtime/pull/357
python-version: ["3.11", "3.12"]
fail-fast: false

steps:
Expand Down

0 comments on commit cdd7fdd

Please sign in to comment.