add py3.8 to the pipfile

This commit is contained in:
L1ghtn1ng 2019-10-19 18:03:55 +01:00
parent bc4f09dab7
commit 53845db8d7

View file

@ -23,4 +23,4 @@ mypy-extensions = "==0.4.3"
pytest = "==5.2.1"
[requires]
python_version = "3.7"
python_version = ["3.7", "3.8"]