Skip to content

Commit 7613cc0

Browse files
committed
Commenting python 2.7 in GH actions for now as it has been deprecated
Signed-off-by: javrin <[email protected]>
1 parent 7dfe40e commit 7613cc0

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/copyright.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Python
2323
uses: actions/setup-python@v2
2424
with:
25-
python-version: 2.7
25+
python-version: 3.7
2626

2727
- name: Run copyright checker
2828
run: |

.github/workflows/core.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
strategy:
3232
matrix:
3333
python-version:
34-
- '2.7'
34+
# - '2.7'
3535
- '3.7'
3636
fail-fast: false
3737

.github/workflows/installation.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- macOS-latest
2626
- windows-2019
2727
python-version:
28-
- '2.7'
28+
# - '2.7'
2929
- '3.7'
3030
method:
3131
- 'install'

.github/workflows/mac.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
os-version:
2929
- '11'
3030
python-version:
31-
- '2.7'
31+
# - '2.7'
3232
- '3.7'
3333
fail-fast: false
3434

.github/workflows/ubuntu.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- '20.04'
3030
- '22.04'
3131
python-version:
32-
- '2.7'
32+
# - '2.7'
3333
- '3.7'
3434
fail-fast: false
3535

.github/workflows/windows.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
os-version:
101101
- '2019'
102102
py-version:
103-
- '2.7.17'
103+
# - '2.7.17'
104104
- '3.7.5'
105105

106106
outputs:
@@ -255,7 +255,7 @@ jobs:
255255
os-version:
256256
- '2019'
257257
py-version:
258-
- '2.7.17'
258+
# - '2.7.17'
259259
- '3.7.5'
260260

261261
steps:
@@ -331,7 +331,7 @@ jobs:
331331
os-version:
332332
- '2019'
333333
py-version:
334-
- '2.7.17'
334+
# - '2.7.17'
335335
- '3.7.5'
336336

337337
steps:

0 commit comments

Comments
 (0)