Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Commit a6a0638

Browse files
committed
Remove 2.7, 3.3 and PyPy support from setup.py.
1 parent b91592a commit a6a0638

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

setup.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,9 @@ def resolve_install_requires():
5353
'Intended Audience :: Developers',
5454
'License :: OSI Approved :: MIT License',
5555
'Programming Language :: Python',
56-
'Programming Language :: Python :: 2',
57-
'Programming Language :: Python :: 2.7',
5856
'Programming Language :: Python :: 3',
59-
'Programming Language :: Python :: 3.3',
6057
'Programming Language :: Python :: 3.4',
6158
'Programming Language :: Python :: Implementation :: CPython',
62-
'Programming Language :: Python :: Implementation :: PyPy',
6359
],
6460
install_requires=resolve_install_requires(),
6561
)

0 commit comments

Comments
 (0)