Update runtime.txt and README.md to Python 3.9

This commit is contained in:
Katie Smith
2021-11-02 16:09:56 +00:00
parent 2ad5712467
commit fdfdb9e498
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ GOV.UK Notify admin application - https://www.notifications.service.gov.uk/
### Python version
At the moment we run Python 3.6 in production.
At the moment we run Python 3.9 in production.
### NPM packages

View File

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