aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2020-11-14 21:59:45 +0100
committerGravatar Leon Sandøy <[email protected]>2020-11-14 21:59:45 +0100
commit43c83cc284ec6bb895579321a84b30dfab5f078f (patch)
tree84075965663dc77a78ac14f986cff00adaca3d8b /Pipfile
parentBanish UWSGI from my life, replace with gunicorn. (diff)
Upgrade site to Python 3.9.
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index add1f97b..4436117b 100644
--- a/Pipfile
+++ b/Pipfile
@@ -38,7 +38,7 @@ pre-commit = "~=2.1"
unittest-xml-reporting = "~=3.0"
[requires]
-python_version = "3.7"
+python_version = "3.9"
[scripts]
start = "python manage.py run --debug"