mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 17:47:02 +03:00
Merge pull request #171 from ets-labs/feature/add-six-1-11-0
Add six 1.11.0 to the list of compatible dependencies
This commit is contained in:
commit
2808ae157b
|
@ -7,6 +7,11 @@ that were made in every particular version.
|
|||
From version 0.7.6 *Dependency Injector* framework strictly
|
||||
follows `Semantic versioning`_
|
||||
|
||||
Development version
|
||||
-------------------
|
||||
- Add support of six 1.11.0.
|
||||
- Regenerate C sources using Cython 0.27.
|
||||
|
||||
3.6.1
|
||||
-----
|
||||
- Regenerate C sources using Cython 0.26.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
cython==0.26
|
||||
cython==0.27
|
||||
tox
|
||||
unittest2
|
||||
coverage
|
||||
|
|
|
@ -1 +1 @@
|
|||
six>=1.7.0,<=1.10.0
|
||||
six>=1.7.0,<=1.11.0
|
||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user