aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2021-04-13 17:36:06 -0700
committerBryan Newbold <bnewbold@archive.org>2021-04-13 17:36:06 -0700
commit4949511ccaffdc270f1c6306e3df5d356e9edbe0 (patch)
tree33bf5a9abc1e1216407a05b5ad4f380fd27f19f7
parent710ed6a0378e9d21b916d7a832d30c89156bffb0 (diff)
downloadfuzzycat-4949511ccaffdc270f1c6306e3df5d356e9edbe0.tar.gz
fuzzycat-4949511ccaffdc270f1c6306e3df5d356e9edbe0.zip
upgrade to python3.8
-rw-r--r--Pipfile2
-rw-r--r--Pipfile.lock4
2 files changed, 3 insertions, 3 deletions
diff --git a/Pipfile b/Pipfile
index 4cc4c45..4f69c9e 100644
--- a/Pipfile
+++ b/Pipfile
@@ -32,4 +32,4 @@ regex = "*"
zstandard = "*"
[requires]
-python_version = "3.7"
+python_version = "3.8"
diff --git a/Pipfile.lock b/Pipfile.lock
index c6a6acb..8fd364d 100644
--- a/Pipfile.lock
+++ b/Pipfile.lock
@@ -1,11 +1,11 @@
{
"_meta": {
"hash": {
- "sha256": "7ec5c05a87af980633df5c5f2a36b29ec2e0aa031b278d9c241dcb675447f35f"
+ "sha256": "e0423004017b8118e93adf9af4ffd96faa8572db2c03578153adf9b6af4c8c8c"
},
"pipfile-spec": 6,
"requires": {
- "python_version": "3.7"
+ "python_version": "3.8"
},
"sources": [
{