From fdfdb9e498be3d002dbb581c4e265c6019d3f40c Mon Sep 17 00:00:00 2001 From: Katie Smith Date: Tue, 2 Nov 2021 16:09:56 +0000 Subject: [PATCH] Update runtime.txt and README.md to Python 3.9 --- README.md | 2 +- runtime.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 340752ca7..74501784e 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/runtime.txt b/runtime.txt index 62ce9c02a..305091cae 100644 --- a/runtime.txt +++ b/runtime.txt @@ -1 +1 @@ -python-3.6.x +python-3.9.x