From ced7a6771f27187ddaecaab2be4089e6221c559f Mon Sep 17 00:00:00 2001 From: tzarc Date: Thu, 4 Nov 2021 21:16:33 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20master=20@?= =?UTF-8?q?=20fefd7fdc5145b677da7b0e1d75bab11eac9db605=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- coding_conventions_python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coding_conventions_python.md b/coding_conventions_python.md index 47dff7f8ee..960b9cb49e 100644 --- a/coding_conventions_python.md +++ b/coding_conventions_python.md @@ -2,7 +2,7 @@ Most of our style follows PEP8 with some local modifications to make things less nit-picky. -* We target Python 3.6 for compatability with all supported platforms. +* We target Python 3.7 for compatability with all supported platforms. * We indent using four (4) spaces (soft tabs) * We encourage liberal use of comments * Think of them as a story describing the feature