Skip to content

Commit 30f983f

Browse files
committed
per code review, remove python 3.7
1 parent f4092e4 commit 30f983f

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/check-dependencies.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and test linkml-runtime package dependencies
1+
name: Build and test linkml-runtime with latest dependency versions
22

33
on:
44
schedule:
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os: [ubuntu-latest, windows-latest]
16-
python-version: ["3.7", "3.8", "3.9", "3.10"]
16+
python-version: ["3.8", "3.9", "3.10"]
1717
exclude:
1818
- os: windows-latest
1919
python-version: "3.7"

.github/workflows/main.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
os: [ubuntu-latest, windows-latest]
15-
python-version: ["3.7", "3.8", "3.9", "3.10"]
15+
python-version: ["3.8", "3.9", "3.10"]
1616
exclude:
17-
- os: windows-latest
18-
python-version: "3.7"
1917
- os: windows-latest
2018
python-version: "3.8"
2119

0 commit comments

Comments
 (0)