switch to python 3.9

This commit is contained in:
Leo Hemsted
2021-11-10 14:05:17 +00:00
parent 770d323274
commit 6b5d7ca639
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ Contains:
### Python version
At the moment we run Python 3.6 in production. You will run into problems if you try to use Python 3.5 or older, or Python 3.7 or newer.
We run python 3.9 both locally and in production.
### AWS credentials

View File

@@ -1 +1 @@
python-3.6.x
python-3.9.x