diff --git a/README.txt b/README.txt index 17dd07c..2d386f6 100644 --- a/README.txt +++ b/README.txt @@ -63,7 +63,7 @@ from this page. Python Versions =============== -virtualenvwrapper is tested under Python 2.6 - 3.4. +virtualenvwrapper is tested under Python 2.6 - 3.6. ======= Support diff --git a/setup.cfg b/setup.cfg index d955af2..d24d69d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,11 +16,12 @@ classifier = Programming Language :: Python :: 3.3 Programming Language :: Python :: 3.4 Programming Language :: Python :: 3.5 + Programming Language :: Python :: 3.6 Intended Audience :: Developers Environment :: Console keywords = virtualenv -home-page = http://virtualenvwrapper.readthedocs.org/ +home-page = https://virtualenvwrapper.readthedocs.io/ zip_safe = False [files]