From a1bdaf557e6b040f188b8b1120c159d64b84dd64 Mon Sep 17 00:00:00 2001 From: Wouter van Reeven Date: Wed, 4 Oct 2023 19:40:27 +0200 Subject: [PATCH] python: Update the used version to 3.11 --- doc/guidelines/language/python.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/guidelines/language/python.rst b/doc/guidelines/language/python.rst index 9c8002c..a358512 100644 --- a/doc/guidelines/language/python.rst +++ b/doc/guidelines/language/python.rst @@ -7,7 +7,7 @@ Python .. note:: This guide is under development and is likely to change. -:python version: 3.10 +:python version: 3.11 :last-updated: |today| The team uses the following files to configure, setup and install our python packages. @@ -33,7 +33,8 @@ The team uses the following tools to enforce the style guide. :check-xml: Checks xml files for proper format. :mypy: Performs type checking on the code (optional). -This is enforced by a tool called ``pre-commit``. +There are several other optional style guide tools as well. +This is enforced by a tool called ``pre-commit``, see the reference below. Additional Information ======================