Skip to content

Commit 2fc2b0c

Browse files
committed
Update supported Python versions
1 parent 8387104 commit 2fc2b0c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,15 @@
3939
'Intended Audience :: Developers',
4040
'Topic :: Software Development :: Libraries',
4141
'Development Status :: 5 - Production/Stable',
42+
'Programming Language :: Python :: 2',
4243
'Programming Language :: Python :: 2.6',
4344
'Programming Language :: Python :: 2.7',
45+
'Programming Language :: Python :: 3',
4446
'Programming Language :: Python :: 3.4',
4547
'Programming Language :: Python :: 3.5',
4648
'Programming Language :: Python :: 3.6',
49+
'Programming Language :: Python :: 3.7',
50+
'Programming Language :: Python :: 3.8',
4751
'Programming Language :: Python :: Implementation :: PyPy',
4852
'License :: OSI Approved :: MIT License', ]
4953
)

0 commit comments

Comments
 (0)