Skip to content

Commit c49368b

Browse files
drop python2 support from k8s-client/python
Signed-off-by: Priyanka Saggu <[email protected]>
1 parent a126ab0 commit c49368b

File tree

3 files changed

+3
-22
lines changed

3 files changed

+3
-22
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9]
11+
python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
1212

1313
steps:
1414
- uses: actions/checkout@v2

.travis.yml

+2-19
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,8 @@ jobs:
2424
[[ "${TRAVIS_TAG}" =~ ^v[0-9]+\.[0-9]+\.[0-9]+(([ab]|dev|rc)[0-9]+)?$ ]]
2525
2626
- stage: test
27-
python: 2.7
28-
env: TOXENV=update-pycodestyle
29-
- python: 3.7
27+
python: 3.7
3028
env: TOXENV=docs
31-
- python: 2.7
32-
env: TOXENV=coverage,codecov
33-
- python: 2.7
34-
env: TOXENV=py27
35-
- python: 2.7
36-
env: TOXENV=py27-functional
3729
- python: 3.5
3830
env: TOXENV=py35
3931
- python: 3.5
@@ -68,18 +60,9 @@ jobs:
6860
distributions: sdist bdist_wheel
6961

7062
- stage: test
71-
python: 2.7
72-
env: TOXENV=update-pycodestyle
73-
arch: ppc64le
74-
- python: 3.7
63+
python: 3.7
7564
env: TOXENV=docs
7665
arch: ppc64le
77-
- python: 2.7
78-
env: TOXENV=coverage,codecov
79-
arch: ppc64le
80-
- python: 2.7
81-
env: TOXENV=py27
82-
arch: ppc64le
8366
- python: 3.5
8467
env: TOXENV=py35
8568
arch: ppc64le

setup.py

-2
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@
7272
"License :: OSI Approved :: Apache Software License",
7373
"Operating System :: OS Independent",
7474
"Programming Language :: Python",
75-
"Programming Language :: Python :: 2",
76-
"Programming Language :: Python :: 2.7",
7775
"Programming Language :: Python :: 3",
7876
"Programming Language :: Python :: 3.5",
7977
"Programming Language :: Python :: 3.6",

0 commit comments

Comments
 (0)