From 8e89b02d61b43f1abf1f70a66fe11d20c0796cb3 Mon Sep 17 00:00:00 2001 From: Lukas Juhrich Date: Fri, 6 Oct 2023 19:30:28 +0200 Subject: [PATCH] Switch rest of tooling to python 3.11 --- build/Dockerfile | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/Dockerfile b/build/Dockerfile index 95afbb09..c9e6f7f2 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10 +FROM python:3.11 MAINTAINER Lukas Juhrich der Große diff --git a/pyproject.toml b/pyproject.toml index cdf2e05b..84809bb1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.ruff] line-length = 100 -target-version = "py310" +target-version = "py311" exclude = [ ] # to look up the meaning of specific rule IDs, use `ruff rule $id`