Skip to content

Commit

Permalink
Remove Python 3.5 and 3.6 from classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanChristopheMorinPerso authored and markreidvfx committed Jul 3, 2022
1 parent d1c0f8f commit da87779
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ def run(self):
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
Expand All @@ -100,6 +98,7 @@ def run(self):
cmdclass={'build_py': AddMetadata},
ext_modules = extensions,
extras_require= {'cython' : ['cython']},
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, !=3.6.*',

**PROJECT_METADATA
)

0 comments on commit da87779

Please sign in to comment.