We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47d57ee commit 69ae436Copy full SHA for 69ae436
setup.py
@@ -118,7 +118,6 @@ def run(self):
118
'Operating System :: POSIX',
119
'Operating System :: Unix',
120
'Programming Language :: Python',
121
- 'Programming Language :: Python :: 3.3',
122
'Programming Language :: Python :: 3.4',
123
'Programming Language :: Python :: 3.5',
124
'Programming Language :: Python :: 3.6',
@@ -129,7 +128,7 @@ def run(self):
129
128
extras_require=extras,
130
tests_require=['pytest'],
131
include_package_data=True,
132
- python_requires='>=3.3',
+ python_requires='>=3.4',
133
cmdclass={'install': nikola_install},
134
data_files=[
135
('share/doc/nikola', [
0 commit comments