Skip to content

Commit

Permalink
Switch rest of tooling to python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasjuhrich committed Oct 6, 2023
1 parent a4132aa commit 8e89b02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10
FROM python:3.11
MAINTAINER Lukas Juhrich der Große <[email protected]>


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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`
Expand Down

0 comments on commit 8e89b02

Please sign in to comment.