PyPy 3 support (#242)

* Add PyPy 3 to travis file

* Add record to changelog
This commit is contained in:
Roman Mogylatov 2020-01-26 15:10:51 -05:00 committed by GitHub
parent 953f93631b
commit 5c1174fad6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -37,5 +37,7 @@ matrix:
dist: xenial dist: xenial
- python: pypy - python: pypy
env: TOXENV=pypy env: TOXENV=pypy
- python: pypy3
env: TOXENV=pypy3
notifications: notifications:
slack: ets-labs:g9OU0r5PXjA5ueeoQw01dVvV slack: ets-labs:g9OU0r5PXjA5ueeoQw01dVvV

View File

@ -10,6 +10,7 @@ follows `Semantic versioning`_
Development version Development version
------------------- -------------------
- Add Python 3.8 support. - Add Python 3.8 support.
- Add PyPy 3.6 support.
- Add support of six 1.14.0. - Add support of six 1.14.0.
- Add support of six 1.13.0. - Add support of six 1.13.0.
- Regenerate C sources using Cython 0.29.14. - Regenerate C sources using Cython 0.29.14.