From: Oleg Broytman Date: Sun, 23 Apr 2017 20:42:45 +0000 (+0300) Subject: The library was tested and works with Python 3.5 and 3.6 X-Git-Tag: 3.1.0~4 X-Git-Url: https://git.phdru.name/?p=m_lib.git;a=commitdiff_plain;h=a0978d8b70fa941e004555a7002b21771bbf16d9 The library was tested and works with Python 3.5 and 3.6 --- diff --git a/setup.py b/setup.py index b33a49b..698ded1 100755 --- a/setup.py +++ b/setup.py @@ -34,6 +34,8 @@ setup(name = "m_lib", 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', 'Topic :: Software Development :: Libraries', 'Topic :: Software Development :: Libraries :: Python Modules', ],