mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 09:36:48 +03:00
PyPy 3 support (#242)
* Add PyPy 3 to travis file * Add record to changelog
This commit is contained in:
parent
953f93631b
commit
5c1174fad6
|
@ -37,5 +37,7 @@ matrix:
|
|||
dist: xenial
|
||||
- python: pypy
|
||||
env: TOXENV=pypy
|
||||
- python: pypy3
|
||||
env: TOXENV=pypy3
|
||||
notifications:
|
||||
slack: ets-labs:g9OU0r5PXjA5ueeoQw01dVvV
|
||||
|
|
|
@ -10,6 +10,7 @@ follows `Semantic versioning`_
|
|||
Development version
|
||||
-------------------
|
||||
- Add Python 3.8 support.
|
||||
- Add PyPy 3.6 support.
|
||||
- Add support of six 1.14.0.
|
||||
- Add support of six 1.13.0.
|
||||
- Regenerate C sources using Cython 0.29.14.
|
||||
|
|
Loading…
Reference in New Issue
Block a user