From e9ce3f75612b55dbc15e3faa4b9f0277bae635f6 Mon Sep 17 00:00:00 2001 From: Jakub Stasiak Date: Wed, 19 Sep 2018 12:55:53 +0200 Subject: [PATCH] Drop support for Python 3.3 (dead since 2017-09-29) --- .travis.yml | 1 - README.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5e16b5e..c5d0ba5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ sudo: false language: python cache: pip python: - - "3.3" - "3.4" - "3.5" - "3.6" diff --git a/README.md b/README.md index dafbda0..55e8350 100644 --- a/README.md +++ b/README.md @@ -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 ---------------