Skip to content

Commit 7a9c20f

Browse files
committed
Skip python 3.4
1 parent 5158ffa commit 7a9c20f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,8 @@ def finalize_options(self):
231231
author_email="[email protected]",
232232
license="MIT",
233233
url="https://github.com/symengine/symengine.py",
234+
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,<4',
235+
zip_safe=False,
234236
cmdclass = cmdclass,
235237
classifiers=[
236238
'License :: OSI Approved :: MIT License',
@@ -243,5 +245,6 @@ def finalize_options(self):
243245
'Programming Language :: Python :: 3.5',
244246
'Programming Language :: Python :: 3.6',
245247
'Programming Language :: Python :: 3.7',
248+
'Programming Language :: Python :: 3.8',
246249
]
247250
)

0 commit comments

Comments
 (0)