Skip to content

Commit fba4892

Browse files
committed
build: bump python from 3.11 to 3.12
Refs: RATYK-131
1 parent 2be0c5a commit fba4892

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ==============================
2-
FROM registry.access.redhat.com/ubi9/python-311 AS appbase
2+
FROM registry.access.redhat.com/ubi9/python-312 AS appbase
33
# ==============================
44

55
USER root

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
DJANGO_SETTINGS_MODULE = "tirehtoori.test_settings"
33

44
[tool.ruff]
5-
target-version = "py311"
5+
target-version = "py312"
66

77
[tool.ruff.lint]
88
select = [

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
sonar.projectKey=City-of-Helsinki_tirehtoori
22
sonar.organization=city-of-helsinki
3-
sonar.python.version=3.11
3+
sonar.python.version=3.12
44
sonar.python.coverage.reportPaths=coverage.xml
55
sonar.test.inclusions=**/tests/**/*
66
sonar.exclusions=**/tests/**/*

0 commit comments

Comments
 (0)