Skip to content
This repository was archived by the owner on May 15, 2023. It is now read-only.

Commit 7388a24

Browse files
committed
Remove py3 language from support files.
1 parent 2c7634f commit 7388a24

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Install using `pip`_
5959
Python Versions
6060
---------------
6161

62-
endpoints-management-python is currently tested with Python 2.7 and Python 3.6.
62+
endpoints-management-python is currently tested with Python 2.7.
6363

6464

6565
Contributing

setup.cfg

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,3 @@ pytest = ptr
66
addopts = --cov-report term-missing --cov endpoints_management
77
norecursedirs = env
88
testpaths = test
9-
10-
[bdist_wheel]
11-
universal=1

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@
7070
'Programming Language :: Python',
7171
'Programming Language :: Python :: 2',
7272
'Programming Language :: Python :: 2.7',
73-
'Programming Language :: Python :: 3',
74-
'Programming Language :: Python :: 3.6',
7573
'Programming Language :: Python :: Implementation :: CPython',
7674
],
7775
install_requires=install_requires,

0 commit comments

Comments
 (0)