From 567d2449efc9a016a3cc49d12a8475e4b6e681df Mon Sep 17 00:00:00 2001 From: Yaw Anokwa Date: Mon, 3 Jun 2019 20:37:59 -0700 Subject: [PATCH] Python 3.4 was EOL 2019-03-18 --- .circleci/config.yml | 5 ----- appveyor.yml | 2 -- 2 files changed, 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ac0fd2e02..7f0924393 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -60,10 +60,6 @@ jobs: <<: *build-template docker: - image: circleci/python:3.5 - py-3.4: - <<: *build-template - docker: - - image: circleci/python:3.4 py-2.7: <<: *build-template docker: @@ -75,5 +71,4 @@ workflows: - py-3.7 - py-3.6 - py-3.5 - - py-3.4 - py-2.7 diff --git a/appveyor.yml b/appveyor.yml index 76291bd8c..4c0c3de91 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,12 +8,10 @@ environment: # isn't covered by this document) at the time of writing. - PYTHON: "C:\\Python27" - - PYTHON: "C:\\Python34" - PYTHON: "C:\\Python35" - PYTHON: "C:\\Python36" - PYTHON: "C:\\Python37" - PYTHON: "C:\\Python27-x64" - - PYTHON: "C:\\Python34-x64" - PYTHON: "C:\\Python35-x64" - PYTHON: "C:\\Python36-x64" - PYTHON: "C:\\Python37-x64"