Merge pull request #1480 from palnabarun/drop-python-3.5

Drop python 3.5
This commit is contained in:
Kubernetes Prow Robot 2021-06-05 23:22:38 -07:00 committed by GitHub
commit 9fb8f3532c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 14 deletions

View File

@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
python-version: [3.6, 3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v2

View File

@ -25,15 +25,11 @@ jobs:
- stage: test
python: 3.9
env: TOXENV=update-pycodestyle
env: TOXENV=update-pycodestyle
- python: 3.9
env: TOXENV=coverage,codecov
env: TOXENV=coverage,codecov
- python: 3.7
env: TOXENV=docs
- python: 3.5
env: TOXENV=py35
- python: 3.5
env: TOXENV=py35-functional
- python: 3.6
env: TOXENV=py36
- python: 3.6
@ -66,13 +62,10 @@ jobs:
- stage: test
python: 3.9
env: TOXENV=update-pycodestyle
arch: ppc64le
arch: ppc64le
- python: 3.7
env: TOXENV=docs
arch: ppc64le
- python: 3.5
env: TOXENV=py35
arch: ppc64le
- python: 3.6
env: TOXENV=py36
arch: ppc64le

View File

@ -73,7 +73,6 @@ setup(
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",

View File

@ -1,7 +1,7 @@
[tox]
envlist =
py3{5,6,7,8,9}
py3{5,6,7,8,9}-functional
py3{6,7,8,9}
py3{6,7,8,9}-functional
[testenv]
passenv = TOXENV CI TRAVIS TRAVIS_*