Skip to content

Commit 38d2c84

Browse files
authored
Remove Python v3.7 from github workflow test matrix (elyra-ai#3098)
Signed-off-by: Patrick Titzler <[email protected]>
1 parent 2ab9194 commit 38d2c84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
runs-on: ubuntu-latest
7979
strategy:
8080
matrix:
81-
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
81+
python-version: [3.8, 3.9, "3.10", "3.11"]
8282
steps:
8383
- uses: actions/checkout@v3
8484
- uses: actions/setup-python@v4
@@ -183,7 +183,7 @@ jobs:
183183
runs-on: ubuntu-latest
184184
strategy:
185185
matrix:
186-
python-version: [3.7, 3.8, 3.9, "3.10", "3.11"]
186+
python-version: [3.8, 3.9, "3.10", "3.11"]
187187
steps:
188188
- uses: actions/checkout@v3
189189
- name: Validate image environment

0 commit comments

Comments
 (0)