Skip to content

Commit

Permalink
Remove Python 3.3 leftovers
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Aug 1, 2017
1 parent 47d57ee commit 69ae436
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Expand Up @@ -118,7 +118,6 @@ def run(self):
'Operating System :: POSIX',
'Operating System :: Unix',
'Programming Language :: Python',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
Expand All @@ -129,7 +128,7 @@ def run(self):
extras_require=extras,
tests_require=['pytest'],
include_package_data=True,
python_requires='>=3.3',
python_requires='>=3.4',
cmdclass={'install': nikola_install},
data_files=[
('share/doc/nikola', [
Expand Down

0 comments on commit 69ae436

Please sign in to comment.