Skip to content

Commit

Permalink
per code review, remove python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sierra-moxon committed Dec 19, 2023
1 parent f4092e4 commit 30f983f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-dependencies.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and test linkml-runtime package dependencies
name: Build and test linkml-runtime with latest dependency versions

on:
schedule:
Expand All @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10"]
exclude:
- os: windows-latest
python-version: "3.7"
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10"]
exclude:
- os: windows-latest
python-version: "3.7"
- os: windows-latest
python-version: "3.8"

Expand Down

0 comments on commit 30f983f

Please sign in to comment.