1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2025-05-17 09:53:53 +02:00

Use Python 3.8 for pipenv

Python 3.8.0 entered Arch Linux core repositories now and all tests
pass with Python 3.8.0 so it's time...
This commit is contained in:
2019-11-14 23:10:20 +02:00
parent 6c1e132531
commit 79b8f62a85
2 changed files with 5 additions and 20 deletions

View File

@ -23,7 +23,7 @@ csv-metadata-quality = {editable = true,path = "."}
langid = "*"
[requires]
python_version = "3.7"
python_version = "3.8"
[pipenv]
allow_prereleases = true