Drop unsupported Python 3.3

This commit is contained in:
Hugo 2017-10-02 18:33:21 +03:00
commit ce0787f0d3
6 changed files with 5 additions and 10 deletions

View file

@ -61,10 +61,10 @@ setup(
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: Implementation :: CPython',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Software Development :: Libraries :: Python Modules',
],