From 5deba5f8bdc23ca9f9f822608ccc49ca13a68b5e Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 28 Dec 2020 23:03:57 -0800 Subject: update to python3.8 --- Pipfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Pipfile') diff --git a/Pipfile b/Pipfile index 86a20d6..12ee823 100644 --- a/Pipfile +++ b/Pipfile @@ -12,9 +12,6 @@ pycountry = "*" python-stdnum = "*" toml = "*" -# Future? -#datasette = "*" - [dev-packages] pytest = "*" pytest-cov = "*" @@ -27,4 +24,4 @@ flake8-annotations = "*" black = "==19.10b0" [requires] -python_version = "3.7" +python_version = "3.8" -- cgit v1.2.3