Skip to content

Commit 0e7ce57

Browse files
author
Jesse
authored
GH Workflows: remove Python 3.7 from the matrix for _all_ workflows (databricks#274)
Remove Python 3.7 from the matrix for _all_ workflows This was missed in databricks#270 Signed-off-by: Jesse Whitehouse <jesse.whitehouse@databricks.com>
1 parent c425c4a commit 0e7ce57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/code-quality-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
runs-on: ubuntu-latest
6363
strategy:
6464
matrix:
65-
python-version: [3.7, 3.8, 3.9, "3.10"]
65+
python-version: [3.8, 3.9, "3.10"]
6666
steps:
6767
#----------------------------------------------
6868
# check-out repo and set-up python
@@ -114,7 +114,7 @@ jobs:
114114
runs-on: ubuntu-latest
115115
strategy:
116116
matrix:
117-
python-version: [3.7, 3.8, 3.9, "3.10"]
117+
python-version: [3.8, 3.9, "3.10"]
118118
steps:
119119
#----------------------------------------------
120120
# check-out repo and set-up python

0 commit comments

Comments
 (0)