diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-04-13 17:36:06 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-04-13 17:36:06 -0700 |
commit | 4949511ccaffdc270f1c6306e3df5d356e9edbe0 (patch) | |
tree | 33bf5a9abc1e1216407a05b5ad4f380fd27f19f7 /Pipfile | |
parent | 710ed6a0378e9d21b916d7a832d30c89156bffb0 (diff) | |
download | fuzzycat-4949511ccaffdc270f1c6306e3df5d356e9edbe0.tar.gz fuzzycat-4949511ccaffdc270f1c6306e3df5d356e9edbe0.zip |
upgrade to python3.8
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,4 +32,4 @@ regex = "*" zstandard = "*" [requires] -python_version = "3.7" +python_version = "3.8" |