Only build python 3.7 and say so in the Pipfile too

This commit is contained in:
Mark Schmitt
2021-01-04 12:24:48 +01:00
parent e91befabc0
commit 05f57249d6
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ verify_ssl = true
name = "piwheels"
[requires]
python_version = "3.6"
python_version = "3.7"
[packages]
dateparser = "~=0.7.6"