Skip to content
This repository has been archived by the owner on Sep 10, 2019. It is now read-only.

Commit

Permalink
allow python >=3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
localhuman committed Feb 24, 2018
1 parent e5ceaa2 commit 7623f96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -18,7 +18,7 @@

setup(
name='neocore',
python_requires='>=3.4, <3.6',
python_requires='>=3.4',
version='0.3.4-dev',
description="Core functionality of neo-python",
long_description=readme + '\n\n' + history,
Expand All @@ -38,5 +38,6 @@
'Natural Language :: English',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
]
)

0 comments on commit 7623f96

Please sign in to comment.