From 323044e9f55f89acad81fa5c3d3d97ffbde241e3 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Mon, 26 Feb 2018 17:23:27 -0800 Subject: [PATCH] stop supporting py3.4 on windows Python.org is still supporting 3.4, but the lastest pypiwin32 stopped providing binary wheels for windows for 3.4, so we can't run the appveyor CI tests any more. It might still work there, but you'll have to find a way to build pypiwin32 yourself. We still support py3.4 on non-windows platforms. --- .appveyor.yml | 3 --- README.md | 6 ++---- docs/welcome.md | 5 ++--- 3 files changed, 4 insertions(+), 10 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index c0005b8..ee524b9 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -14,9 +14,6 @@ environment: - PYTHON: "C:\\Python27" - PYTHON: "C:\\Python27-x64" DISTUTILS_USE_SDK: "1" - - PYTHON: "C:\\Python34" - - PYTHON: "C:\\Python34-x64" - DISTUTILS_USE_SDK: "1" - PYTHON: "C:\\Python35" - PYTHON: "C:\\Python35-x64" - PYTHON: "C:\\Python36" diff --git a/README.md b/README.md index 84ef8ab..cdb141e 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,5 @@ or the docs/ subdirectory. This library is released under the MIT license, see LICENSE for details. -This library is compatible with python2.7, 3.4, 3.5, and 3.6 . It is -probably compatible with py2.6, but the latest Twisted (>=15.5.0) is -not. - +This library is compatible with python2.7, 3.4 (non-Windows-only), 3.5, and +3.6 . diff --git a/docs/welcome.md b/docs/welcome.md index 65d74da..27ec249 100644 --- a/docs/welcome.md +++ b/docs/welcome.md @@ -291,9 +291,8 @@ Relevant [xkcd](https://xkcd.com/949/) :-) This library is released under the MIT license, see LICENSE for details. -This library is compatible with python2.7, 3.4, 3.5, and 3.6 . It is -probably compatible with py2.6, but the latest Twisted (>=15.5.0) is -not. +This library is compatible with python2.7, 3.4 (non-Windows-only), 3.5, and +3.6 .