mirror of
https://github.com/dh1tw/pyhamtools.git
synced 2025-12-06 06:52:00 +01:00
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:
parent
f51976a9f5
commit
bcb03b13b5
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue