We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2be0c5a commit fba4892Copy full SHA for fba4892
3 files changed
.docker/Dockerfile
@@ -1,5 +1,5 @@
1
# ==============================
2
-FROM registry.access.redhat.com/ubi9/python-311 AS appbase
+FROM registry.access.redhat.com/ubi9/python-312 AS appbase
3
4
5
USER root
pyproject.toml
@@ -2,7 +2,7 @@
DJANGO_SETTINGS_MODULE = "tirehtoori.test_settings"
[tool.ruff]
-target-version = "py311"
+target-version = "py312"
6
7
[tool.ruff.lint]
8
select = [
sonar-project.properties
@@ -1,6 +1,6 @@
sonar.projectKey=City-of-Helsinki_tirehtoori
sonar.organization=city-of-helsinki
-sonar.python.version=3.11
+sonar.python.version=3.12
sonar.python.coverage.reportPaths=coverage.xml
sonar.test.inclusions=**/tests/**/*
sonar.exclusions=**/tests/**/*
0 commit comments