Drop support for Python 3.3 (dead since 2017-09-29)

This commit is contained in:
Jakub Stasiak 2018-09-19 12:55:53 +02:00
parent 718892f145
commit e9ce3f7561
2 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,6 @@ sudo: false
language: python
cache: pip
python:
- "3.3"
- "3.4"
- "3.5"
- "3.6"

View File

@ -25,7 +25,7 @@ While being inspired by Guice, it does not slavishly replicate its API. Providin
* Documentation: http://injector.readthedocs.org
* 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
---------------