compat fix for py27

This commit is contained in:
Manuel Barkhau 2019-01-06 21:31:03 +01:00
parent 9eda61d95b
commit 630b5cd750
2 changed files with 2 additions and 2 deletions

View file

@ -18,4 +18,4 @@ DEVELOPMENT_PYTHON_VERSION := python=3.6
# - python=3.7
# - pypy2.7
# - pypy3.5
SUPPORTED_PYTHON_VERSIONS := python=2.7 python=3.5 python=3.6 python=3.7 pypy2.7 pypy3.5
SUPPORTED_PYTHON_VERSIONS := python=2.7 python=3.4 python=3.6 python=3.7 pypy2.7 pypy3.5