Skip to content

Commit

Permalink
review: remove test with python 3.5, 3.6 & 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Jun 22, 2024
1 parent eed192a commit 7b0299a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 63 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,41 +22,13 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Run with setup-python 3.6
uses: ./
with:
python-version: 3.6
- name: Verify 3.6
run: python __tests__/verify-python.py 3.6

- name: Run with setup-python 3.7
uses: ./
with:
python-version: 3.7
- name: Verify 3.7
run: python __tests__/verify-python.py 3.7

- name: Run with setup-python 3.8
uses: ./
with:
python-version: 3.8
- name: Verify 3.8
run: python __tests__/verify-python.py 3.8

- name: Run with setup-python 3.7.5
uses: ./
with:
python-version: 3.7.5
- name: Verify 3.7.5
run: python __tests__/verify-python.py 3.7.5

- name: Run with setup-python 3.6.7
uses: ./
with:
python-version: 3.6.7
- name: Verify 3.6.7
run: python __tests__/verify-python.py 3.6.7

- name: Run with setup-python 3.8.1
uses: ./
with:
Expand Down
35 changes: 0 additions & 35 deletions .github/workflows/test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,6 @@ jobs:
exclude:
- os: ubuntu-22.04
python: 3.8.10
include:
- os: windows-latest
python: 3.5.4
- os: ubuntu-20.04
python: 3.6.7
- os: ubuntu-20.04
python: 3.7.5
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -70,13 +63,6 @@ jobs:
exclude:
- os: ubuntu-22.04
python: 3.8.10
include:
- os: windows-latest
python: 3.5.4
- os: ubuntu-20.04
python: 3.6.7
- os: ubuntu-20.04
python: 3.7.5
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -118,13 +104,6 @@ jobs:
exclude:
- os: ubuntu-22.04
python: 3.8.10
include:
- os: windows-latest
python: 3.5.4
- os: ubuntu-20.04
python: 3.6.7
- os: ubuntu-20.04
python: 3.7.5
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -164,13 +143,6 @@ jobs:
exclude:
- os: ubuntu-22.04
python: 3.8.10
include:
- os: windows-latest
python: 3.5.4
- os: ubuntu-20.04
python: 3.6.7
- os: ubuntu-20.04
python: 3.7.5
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -215,13 +187,6 @@ jobs:
exclude:
- os: ubuntu-22.04
python: 3.8.10
include:
- os: windows-latest
python: 3.5.4
- os: ubuntu-20.04
python: 3.6.7
- os: ubuntu-20.04
python: 3.7.5
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 7b0299a

Please sign in to comment.