diff --git a/DOC.md b/DOC.md index 471eee6..51b5afa 100644 --- a/DOC.md +++ b/DOC.md @@ -35,8 +35,8 @@ Before getting started there are some important things that you should know: ## Requirements -- Python: `2.7.*` -- Django: `1.7.*` `1.8.*` +- Python: `2.7` `3.4` +- Django: `1.7` `1.8` ## Installation diff --git a/README.rst b/README.rst index 3190102..7511926 100644 --- a/README.rst +++ b/README.rst @@ -13,6 +13,8 @@ Django OIDC Provider Django OIDC Provider can help you providing out of the box all the endpoints, data and logic needed to add OpenID Connect capabilities to your Django projects. +Support for Python 3 and 2. Also latest versions of django. + Read latest docs for more info. https://github.com/juanifioren/django-oidc-provider/blob/master/DOC.md