From ec8772c96bdb3cd918d9332ae9db5c974bd1e2a3 Mon Sep 17 00:00:00 2001 From: morpheus65535 Date: Mon, 9 Oct 2023 23:01:18 -0400 Subject: [PATCH] no log: updated Python version in CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d037e905c..3b36b2b4c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ ## Tools required -- Python 3.7.x to 3.10.x (3.9.x is highly recommended and 3.11 or greater is proscribed). +- Python 3.7.x to 3.11.x (3.9.x is highly recommended and 3.12 or greater is proscribed). - Pycharm or Visual Studio code IDE are recommended but if you're happy with VIM, enjoy it! - Git. - UI testing must be done using Chrome latest version.