Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python: Update the used version to 3.11 #59

Merged
merged 1 commit into from
Oct 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading