From bcb03b13b596df7c0982f7c2a44dff2aed4743bf Mon Sep 17 00:00:00 2001 From: "Tobias Wellnitz, DH1TW" Date: Tue, 3 Mar 2020 02:02:27 +0100 Subject: [PATCH] removed support for Python 3.4 on Windows The first dependencies and sub-dependencies (e.g. Colorama) stopped supporting python 3.4. Hence support was removed in pyhamtools as well. --- .appveyor.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index bfd27c9..b8009cc 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -6,10 +6,6 @@ environment: PYTHON_VERSION: "2.7.8" PYTHON_ARCH: "32" - - PYTHON: "C:\\Python34" - PYTHON_VERSION: "3.4.1" - PYTHON_ARCH: "32" - - PYTHON: "C:\\Python35" PYTHON_VERSION: "3.5.4" PYTHON_ARCH: "32" @@ -39,4 +35,3 @@ install: test_script: - "%PYTHON%/Scripts/pytest" -