Made Python version requirement less specific. Since I don't use any hyper-modern stuff, requiring Pyton 3.x should be sufficient.

This commit is contained in:
Marcus Scholz 2020-05-01 19:00:27 +02:00
parent 67db75ece8
commit c9620394de
1 changed files with 1 additions and 1 deletions

View File

@ -11,4 +11,4 @@ gpxpy = "*"
py3exiv2 = "*"
[requires]
python_version = "3.7"
python_version = "3"