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.
This commit is contained in:
Tobias Wellnitz, DH1TW 2020-03-03 02:02:27 +01:00
parent f51976a9f5
commit bcb03b13b5

View file

@ -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"