review: remove test with python 3.5, 3.6 & 3.7

This commit is contained in:
mayeut 2024-06-22 10:38:33 +02:00
parent f809e994e2
commit 2d88f27290
No known key found for this signature in database
GPG key ID: 8B03CED67D3ABFBA
2 changed files with 0 additions and 63 deletions

View file

@ -22,20 +22,6 @@ 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:
@ -43,20 +29,6 @@ jobs:
- 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:

View file

@ -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