aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorDanny Hermes <daniel.j.hermes@gmail.com>2016-08-10 10:12:27 -0700
committerDanny Hermes <daniel.j.hermes@gmail.com>2016-08-10 10:40:08 -0700
commit49d565d2deb47bfc51416654c33dbc391b8c06e9 (patch)
tree63bbe3e8bcc7d0f7f01dd8dfc8fd23df6d082ec8 /CONTRIBUTING.md
parentf774a6660d171c76f168ff5b289825efcf269125 (diff)
downloadoauth2client-49d565d2deb47bfc51416654c33dbc391b8c06e9.tar.gz
Drop Python 3.3 support
Also remove some trailing whitespace in tox.ini and fixing up some double quote / single quote mixing in setup.py. Fixes #603.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 15b9455..990c534 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -127,10 +127,6 @@ Running Tests
least version 2.6 of `pypy` installed. See the [docs][13] for
more information.
-- **Note** that `django` related tests are turned off for Python 2.6
- and 3.3. This is because `django` dropped support for
- [2.6 in `django==1.7`][14] and for [3.3 in `django==1.9`][15].
-
Running System Tests
--------------------
@@ -202,7 +198,5 @@ we'll be able to accept your pull requests.
[11]: #include-tests
[12]: #make-the-pull-request
[13]: https://oauth2client.readthedocs.io/en/latest/#using-pypy
-[14]: https://docs.djangoproject.com/en/1.7/faq/install/#what-python-version-can-i-use-with-django
-[15]: https://docs.djangoproject.com/en/1.9/faq/install/#what-python-version-can-i-use-with-django
[GooglePythonStyle]: https://google.github.io/styleguide/pyguide.html
[GitCommitRules]: http://chris.beams.io/posts/git-commit/#seven-rules