From 1e58aa81c45719744cbc56d2a288cc6bb0cc28ee Mon Sep 17 00:00:00 2001 From: Lee Garrett Date: Tue, 24 Jan 2023 13:49:42 +0100 Subject: [PATCH] Fix python version to match documented --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index ddc18c165..236c64106 100644 --- a/Pipfile +++ b/Pipfile @@ -12,4 +12,4 @@ Sphinx = "*" Pillow = "*" [requires] -python_version = "3.8" +python_version = "3.9"