Upgrade to Cython 0.29

This commit is contained in:
Roman Mogylatov 2018-11-08 22:58:17 +02:00
parent 3e73555869
commit ce3ea6c9c1
4 changed files with 5270 additions and 10910 deletions

View File

@ -13,6 +13,7 @@ Development version
version ``3.14.0`` hasn't worked on Python 3.5.2 (thanks to
`Jeroen Entjes <https://github.com/JeroenEntjes>`_).
- Remove deprecated ``assertEquals`` from tests.
- Regenerate C sources using Cython 0.29.
3.14.0
------

View File

@ -1,4 +1,4 @@
cython==0.28.5
cython==0.29
tox
unittest2
coverage

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff