fix: revert default python version to 3.7 in Pipfile, closes #85

But tests will be run on both 3.7 and 3.8 as we want to support >= 3.7
This commit is contained in:
Eneko Illarramendi
2020-09-04 21:19:06 +02:00
parent 8b7028d728
commit 6b33f150c6
4 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ url = "https://pypi.org/simple"
verify_ssl = true
[requires]
python_version = "3.8"
python_version = "3.7"
[packages]
bitstring = "*"