mirror of
https://github.com/actions/setup-python.git
synced 2025-04-24 07:22:14 +00:00
review: remove test with python 3.5, 3.6 & 3.7
This commit is contained in:
parent
f809e994e2
commit
2d88f27290
2 changed files with 0 additions and 63 deletions
28
.github/workflows/e2e-tests.yml
vendored
28
.github/workflows/e2e-tests.yml
vendored
|
@ -22,20 +22,6 @@ jobs:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
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
|
- name: Run with setup-python 3.8
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
|
@ -43,20 +29,6 @@ jobs:
|
||||||
- name: Verify 3.8
|
- name: Verify 3.8
|
||||||
run: python __tests__/verify-python.py 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
|
- name: Run with setup-python 3.8.1
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
|
|
35
.github/workflows/test-python.yml
vendored
35
.github/workflows/test-python.yml
vendored
|
@ -25,13 +25,6 @@ jobs:
|
||||||
exclude:
|
exclude:
|
||||||
- os: ubuntu-22.04
|
- os: ubuntu-22.04
|
||||||
python: 3.8.10
|
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:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
@ -70,13 +63,6 @@ jobs:
|
||||||
exclude:
|
exclude:
|
||||||
- os: ubuntu-22.04
|
- os: ubuntu-22.04
|
||||||
python: 3.8.10
|
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:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
@ -118,13 +104,6 @@ jobs:
|
||||||
exclude:
|
exclude:
|
||||||
- os: ubuntu-22.04
|
- os: ubuntu-22.04
|
||||||
python: 3.8.10
|
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:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
@ -164,13 +143,6 @@ jobs:
|
||||||
exclude:
|
exclude:
|
||||||
- os: ubuntu-22.04
|
- os: ubuntu-22.04
|
||||||
python: 3.8.10
|
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:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
@ -215,13 +187,6 @@ jobs:
|
||||||
exclude:
|
exclude:
|
||||||
- os: ubuntu-22.04
|
- os: ubuntu-22.04
|
||||||
python: 3.8.10
|
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:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
Loading…
Add table
Reference in a new issue