diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-12-28 23:34:19 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-01-05 17:50:47 -0800 |
commit | a94fd2c5ed82d1373a0fd83541c4e58ca2e23d55 (patch) | |
tree | c5c5fcedb93777bc7cde4a9c6b0e7b3bdfe6046e /python/Pipfile | |
parent | 086533d8d77107dd148af28f37cd91206a5bda97 (diff) | |
download | sandcrawler-a94fd2c5ed82d1373a0fd83541c4e58ca2e23d55.tar.gz sandcrawler-a94fd2c5ed82d1373a0fd83541c4e58ca2e23d55.zip |
update to python3.8
Diffstat (limited to 'python/Pipfile')
-rw-r--r-- | python/Pipfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/Pipfile b/python/Pipfile index c3929b3..bb3f180 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -54,7 +54,7 @@ zstandard = "*" black = "==19.10b0" [requires] -python_version = "3.7" +python_version = "3.8" [packages.globalwayback] version = ">=0.6.5" |