diff options
author | 2020-11-14 21:59:45 +0100 | |
---|---|---|
committer | 2020-11-14 21:59:45 +0100 | |
commit | 43c83cc284ec6bb895579321a84b30dfab5f078f (patch) | |
tree | 84075965663dc77a78ac14f986cff00adaca3d8b /Pipfile | |
parent | Banish UWSGI from my life, replace with gunicorn. (diff) |
Upgrade site to Python 3.9.
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |