Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0e7ce57

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

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)

[8]ページ先頭

©2009-2025 Movatter.jp