Skip to content

Commit 81822cc

Browse files
author
Gitar
committed
Checkpoint AFTER step 19 - Rule 20
Timestamp: 2025-06-02 18:12:54.245 Step ID: 19 Title: Rule 20
1 parent 6f23e29 commit 81822cc

File tree

7 files changed

+7
-6
lines changed

7 files changed

+7
-6
lines changed

.vscode/settings.template.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
},
3333
"python.analysis.autoImportCompletions": true,
3434
"python.analysis.typeCheckingMode": "basic",
35+
"python.defaultInterpreterPath": "./.venv/bin/python",
3536
"python.analysis.extraPaths": [
3637
"./packages/aws-library/src",
3738
"./packages/models-library/src",

packages/postgres-database/scripts/erd/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
.DEFAULT_GOAL := help
55

6-
PYTHON_VERSION=3.11.9
6+
PYTHON_VERSION=3.10.14
77

88
# locations
99
REPODIR := $(shell git rev-parse --show-toplevel)

packages/settings-library/tests/test_application.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def envs_from_docker_inspect() -> EnvVarsDict:
1717
"PATH=/home/scu/.venv/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
1818
"LANG=C.UTF-8",
1919
"GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D",
20-
"PYTHON_VERSION=3.11.9",
20+
"PYTHON_VERSION=3.10.14",
2121
"PYTHON_PIP_VERSION=22.3.1",
2222
"PYTHON_SETUPTOOLS_VERSION=65.5.1",
2323
"PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/d5cb0afaf23b8520f1bbcfed521017b4a95f5c01/public/get-pip.py",

requirements/tools/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#
1515
.DEFAULT_GOAL := help
1616

17-
PYTHON_VERSION=3.11.9
17+
PYTHON_VERSION=3.10.14
1818

1919
# locations
2020
REPODIR := $(shell git rev-parse --show-toplevel)

scripts/maintenance/computational-clusters/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
SHELL := /bin/bash
44

5-
PYTHON_VERSION := $(or $(PYTHON), 3.11)
5+
PYTHON_VERSION := $(or $(PYTHON), 3.10)
66

77

88
.PHONY: hel%

scripts/openapi/oas_resolver/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
ARG UV_VERSION="0.6"
66
FROM ghcr.io/astral-sh/uv:${UV_VERSION} AS uv_build
77
# we docker image is built based on debian
8-
FROM python:3.6-alpine
8+
FROM python:3.10.14-alpine
99

1010
LABEL maintainer=sanderegg
1111

services/web/server/tests/unit/isolated/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def mock_env_dockerfile_build(monkeypatch: pytest.MonkeyPatch) -> EnvVarsDict:
155155
PYTHON_GET_PIP_SHA256=6123659241292b2147b58922b9ffe11dda66b39d52d8a6f3aa310bc1d60ea6f7
156156
PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/a1675ab6c2bd898ed82b1f58c486097f763c74a9/public/get-pip.py
157157
PYTHON_PIP_VERSION=21.1.3
158-
PYTHON_VERSION=3.11.9
158+
PYTHON_VERSION=3.10.14
159159
PYTHONDONTWRITEBYTECODE=1
160160
PYTHONOPTIMIZE=TRUE
161161
SC_BOOT_MODE=production

0 commit comments

Comments
 (0)