diff options
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" |