Skip to content

Commit

Permalink
python: Update the used version to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
wvreeven committed Oct 4, 2023
1 parent d300c04 commit a1bdaf5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/guidelines/language/python.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
======================
Expand Down

0 comments on commit a1bdaf5

Please sign in to comment.