diff options
author | morpheus65535 <[email protected]> | 2023-10-09 23:01:18 -0400 |
---|---|---|
committer | morpheus65535 <[email protected]> | 2023-10-09 23:01:18 -0400 |
commit | ec8772c96bdb3cd918d9332ae9db5c974bd1e2a3 (patch) | |
tree | 9b3b7a08528b65958c56a291474d1a0fac053c5c /CONTRIBUTING.md | |
parent | 4e7dedc43c1ceb936b093338363a8c6ff46505c1 (diff) | |
download | bazarr-ec8772c96bdb3cd918d9332ae9db5c974bd1e2a3.tar.gz bazarr-ec8772c96bdb3cd918d9332ae9db5c974bd1e2a3.zip |
no log: updated Python version in CONTRIBUTING.mdv1.3.1-beta.9
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
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. |