Skip to content

Commit

Permalink
setup.py: proper python version pinning and cut 1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthieuDartiailh committed Mar 27, 2020
1 parent 8a7bf3b commit d9d1d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -74,7 +74,7 @@ def build_extensions(self):
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: Implementation :: CPython',
],
python_requires='>=3.5',
python_requires='>=3.6',
setup_requires=['cppy>=1.1.0'],
ext_modules=ext_modules,
cmdclass={'build_ext': BuildExt},
Expand Down

0 comments on commit d9d1d77

Please sign in to comment.