mirror of
https://github.com/actions/setup-python.git
synced 2025-07-20 16:48:19 +02: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
35
.github/workflows/test-python.yml
vendored
35
.github/workflows/test-python.yml
vendored
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue