Skip to content

Commit 2d88f27

Browse files
committed
review: remove test with python 3.5, 3.6 & 3.7
1 parent f809e99 commit 2d88f27

File tree

2 files changed

+0
-63
lines changed

2 files changed

+0
-63
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -22,41 +22,13 @@ jobs:
2222
- name: Checkout
2323
uses: actions/checkout@v4
2424

25-
- name: Run with setup-python 3.6
26-
uses: ./
27-
with:
28-
python-version: 3.6
29-
- name: Verify 3.6
30-
run: python __tests__/verify-python.py 3.6
31-
32-
- name: Run with setup-python 3.7
33-
uses: ./
34-
with:
35-
python-version: 3.7
36-
- name: Verify 3.7
37-
run: python __tests__/verify-python.py 3.7
38-
3925
- name: Run with setup-python 3.8
4026
uses: ./
4127
with:
4228
python-version: 3.8
4329
- name: Verify 3.8
4430
run: python __tests__/verify-python.py 3.8
4531

46-
- name: Run with setup-python 3.7.5
47-
uses: ./
48-
with:
49-
python-version: 3.7.5
50-
- name: Verify 3.7.5
51-
run: python __tests__/verify-python.py 3.7.5
52-
53-
- name: Run with setup-python 3.6.7
54-
uses: ./
55-
with:
56-
python-version: 3.6.7
57-
- name: Verify 3.6.7
58-
run: python __tests__/verify-python.py 3.6.7
59-
6032
- name: Run with setup-python 3.8.1
6133
uses: ./
6234
with:

.github/workflows/test-python.yml

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,6 @@ jobs:
2525
exclude:
2626
- os: ubuntu-22.04
2727
python: 3.8.10
28-
include:
29-
- os: windows-latest
30-
python: 3.5.4
31-
- os: ubuntu-20.04
32-
python: 3.6.7
33-
- os: ubuntu-20.04
34-
python: 3.7.5
3528
steps:
3629
- name: Checkout
3730
uses: actions/checkout@v4
@@ -70,13 +63,6 @@ jobs:
7063
exclude:
7164
- os: ubuntu-22.04
7265
python: 3.8.10
73-
include:
74-
- os: windows-latest
75-
python: 3.5.4
76-
- os: ubuntu-20.04
77-
python: 3.6.7
78-
- os: ubuntu-20.04
79-
python: 3.7.5
8066
steps:
8167
- name: Checkout
8268
uses: actions/checkout@v4
@@ -118,13 +104,6 @@ jobs:
118104
exclude:
119105
- os: ubuntu-22.04
120106
python: 3.8.10
121-
include:
122-
- os: windows-latest
123-
python: 3.5.4
124-
- os: ubuntu-20.04
125-
python: 3.6.7
126-
- os: ubuntu-20.04
127-
python: 3.7.5
128107
steps:
129108
- name: Checkout
130109
uses: actions/checkout@v4
@@ -164,13 +143,6 @@ jobs:
164143
exclude:
165144
- os: ubuntu-22.04
166145
python: 3.8.10
167-
include:
168-
- os: windows-latest
169-
python: 3.5.4
170-
- os: ubuntu-20.04
171-
python: 3.6.7
172-
- os: ubuntu-20.04
173-
python: 3.7.5
174146
steps:
175147
- name: Checkout
176148
uses: actions/checkout@v4
@@ -215,13 +187,6 @@ jobs:
215187
exclude:
216188
- os: ubuntu-22.04
217189
python: 3.8.10
218-
include:
219-
- os: windows-latest
220-
python: 3.5.4
221-
- os: ubuntu-20.04
222-
python: 3.6.7
223-
- os: ubuntu-20.04
224-
python: 3.7.5
225190
steps:
226191
- name: Checkout
227192
uses: actions/checkout@v4

0 commit comments

Comments
 (0)