From a54953cf17fb9639c2408d742d865e0d616daa7b Mon Sep 17 00:00:00 2001 From: Jeff Widman Date: Sat, 16 Sep 2017 05:14:28 +0000 Subject: [PATCH 1/3] Update readme with current test status Looks like the tox setup is already testing python 3.5/3.6 --- README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 3e3103803f809ebca08880907e92fb858f21826a Mon Sep 17 00:00:00 2001 From: Jeff Widman Date: Sat, 16 Sep 2017 05:18:29 +0000 Subject: [PATCH 2/3] Add python 3.6 to Pypi trove classifiers --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index d955af2..11a2646 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,6 +16,7 @@ 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 = From 7e22152b4b7c45ed9d6b1eede58cfd3821484215 Mon Sep 17 00:00:00 2001 From: Jeff Widman Date: Sat, 16 Sep 2017 05:20:43 +0000 Subject: [PATCH 3/3] Update RTD url They now use .io rather than .org. Also, default to HTTPS --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index d955af2..6fc794e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -20,7 +20,7 @@ classifier = Environment :: Console keywords = virtualenv -home-page = http://virtualenvwrapper.readthedocs.org/ +home-page = https://virtualenvwrapper.readthedocs.io/ zip_safe = False [files]