Skip to content

Commit

Permalink
Fix for python3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
r9y9 committed May 30, 2019
1 parent 3b4b147 commit 3307445
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
Change log
==========

v0.1.17 <2019-xx-xx>
v0.1.17 <2019-05-31>
--------------------

- Fixed python 3.7 installation problem

v0.1.16 <2019-02-17>
--------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def run(self):

cmdclass = {"build_py": build_py, "develop": develop}

min_cython_ver = '0.21.0'
min_cython_ver = '0.28.0'
try:
import Cython
ver = Cython.__version__
Expand Down

0 comments on commit 3307445

Please sign in to comment.