Skip to content

Commit 69ae436

Browse files
committedAug 1, 2017
Remove Python 3.3 leftovers
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
1 parent 47d57ee commit 69ae436

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ def run(self):
118118
'Operating System :: POSIX',
119119
'Operating System :: Unix',
120120
'Programming Language :: Python',
121-
'Programming Language :: Python :: 3.3',
122121
'Programming Language :: Python :: 3.4',
123122
'Programming Language :: Python :: 3.5',
124123
'Programming Language :: Python :: 3.6',
@@ -129,7 +128,7 @@ def run(self):
129128
extras_require=extras,
130129
tests_require=['pytest'],
131130
include_package_data=True,
132-
python_requires='>=3.3',
131+
python_requires='>=3.4',
133132
cmdclass={'install': nikola_install},
134133
data_files=[
135134
('share/doc/nikola', [

0 commit comments

Comments
 (0)
Please sign in to comment.