Skip to content

Commit

Permalink
Merge pull request kubernetes-client#1480 from palnabarun/drop-python…
Browse files Browse the repository at this point in the history
…-3.5

Drop python 3.5
  • Loading branch information
k8s-ci-robot authored Jun 6, 2021
2 parents 9f4aadb + 30fe907 commit 9fb8f35
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
13 changes: 3 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@
"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",
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -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_*
Expand Down

0 comments on commit 9fb8f35

Please sign in to comment.