Drop support for Python 3.3 (dead since 2017-09-29)
This commit is contained in:
parent
718892f145
commit
e9ce3f7561
|
@ -2,7 +2,6 @@ sudo: false
|
||||||
language: python
|
language: python
|
||||||
cache: pip
|
cache: pip
|
||||||
python:
|
python:
|
||||||
- "3.3"
|
|
||||||
- "3.4"
|
- "3.4"
|
||||||
- "3.5"
|
- "3.5"
|
||||||
- "3.6"
|
- "3.6"
|
||||||
|
|
|
@ -25,7 +25,7 @@ While being inspired by Guice, it does not slavishly replicate its API. Providin
|
||||||
* Documentation: http://injector.readthedocs.org
|
* Documentation: http://injector.readthedocs.org
|
||||||
* Change log: http://injector.readthedocs.io/en/latest/changelog.html
|
* Change log: http://injector.readthedocs.io/en/latest/changelog.html
|
||||||
|
|
||||||
Injector works with 3.3+ and PyPy 3 implementing Python 3.5+.
|
Injector works with 3.4+ and PyPy 3 implementing Python 3.5+.
|
||||||
|
|
||||||
A Quick Example
|
A Quick Example
|
||||||
---------------
|
---------------
|
||||||
|
|
Loading…
Reference in New Issue