aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2020-12-28 23:03:57 -0800
committerBryan Newbold <bnewbold@archive.org>2020-12-28 23:07:05 -0800
commit5deba5f8bdc23ca9f9f822608ccc49ca13a68b5e (patch)
treeb0b06011ab0d9239617c7a66f9f16612caeae34c /Pipfile
parentda5e9048d38b93b7314d37d3995c9abc45e6c69f (diff)
downloadchocula-5deba5f8bdc23ca9f9f822608ccc49ca13a68b5e.tar.gz
chocula-5deba5f8bdc23ca9f9f822608ccc49ca13a68b5e.zip
update to python3.8
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile5
1 files changed, 1 insertions, 4 deletions
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"