From d75335a7de77d4294bea29d03928229a83a77493 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Mon, 9 Dec 2019 12:42:55 +0800 Subject: drop python 3.4 support (#5087) * drop python 3.4 support Our dependencies have started dropping support so it is becoming difficult to test. Additionally, Python 3.4 represents <2% of our downloads, so taking on a large maintenance burden to maintain support isn't a good use of limited time. Accordingly, we're dropping testing infrastructure and migrating our abi3 wheels to py35+. * use removed instead of dropped --- docs/development/getting-started.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/development') diff --git a/docs/development/getting-started.rst b/docs/development/getting-started.rst index cc333e4d..1d939a9c 100644 --- a/docs/development/getting-started.rst +++ b/docs/development/getting-started.rst @@ -81,7 +81,7 @@ each supported Python version and run the tests. For example: ... py27: commands succeeded ERROR: pypy: InterpreterNotFound: pypy - py34: commands succeeded + py38: commands succeeded docs: commands succeeded pep8: commands succeeded -- cgit v1.2.3