Skip to content

Commit 2ac3b20

Browse files
committed
[requires.io] dependency update
1 parent 33263b6 commit 2ac3b20

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

setup.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,21 @@
3434
'idna>=2.5',
3535
'typing ; python_version<"3.5"',
3636
],
37+
python_requires='>=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
3738
classifiers=[
3839
'Topic :: Utilities',
3940
'Intended Audience :: Developers',
4041
'Topic :: Software Development :: Libraries',
4142
'Development Status :: 5 - Production/Stable',
43+
'Programming Language :: Python :: 2',
4244
'Programming Language :: Python :: 2.6',
4345
'Programming Language :: Python :: 2.7',
46+
'Programming Language :: Python :: 3',
4447
'Programming Language :: Python :: 3.4',
4548
'Programming Language :: Python :: 3.5',
4649
'Programming Language :: Python :: 3.6',
50+
'Programming Language :: Python :: 3.7',
51+
'Programming Language :: Python :: 3.8',
4752
'Programming Language :: Python :: Implementation :: PyPy',
4853
'License :: OSI Approved :: MIT License', ]
4954
)

0 commit comments

Comments
 (0)