File tree Expand file tree Collapse file tree 7 files changed +7
-6
lines changed
postgres-database/scripts/erd
maintenance/computational-clusters
services/web/server/tests/unit/isolated Expand file tree Collapse file tree 7 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 32
32
},
33
33
"python.analysis.autoImportCompletions" : true ,
34
34
"python.analysis.typeCheckingMode" : " basic" ,
35
+ "python.defaultInterpreterPath" : " ./.venv/bin/python" ,
35
36
"python.analysis.extraPaths" : [
36
37
" ./packages/aws-library/src" ,
37
38
" ./packages/models-library/src" ,
Original file line number Diff line number Diff line change 3
3
#
4
4
.DEFAULT_GOAL := help
5
5
6
- PYTHON_VERSION =3.11.9
6
+ PYTHON_VERSION =3.10.14
7
7
8
8
# locations
9
9
REPODIR := $(shell git rev-parse --show-toplevel)
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ def envs_from_docker_inspect() -> EnvVarsDict:
17
17
"PATH=/home/scu/.venv/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" ,
18
18
"LANG=C.UTF-8" ,
19
19
"GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D" ,
20
- "PYTHON_VERSION=3.11.9 " ,
20
+ "PYTHON_VERSION=3.10.14 " ,
21
21
"PYTHON_PIP_VERSION=22.3.1" ,
22
22
"PYTHON_SETUPTOOLS_VERSION=65.5.1" ,
23
23
"PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/d5cb0afaf23b8520f1bbcfed521017b4a95f5c01/public/get-pip.py" ,
Original file line number Diff line number Diff line change 14
14
#
15
15
.DEFAULT_GOAL := help
16
16
17
- PYTHON_VERSION =3.11.9
17
+ PYTHON_VERSION =3.10.14
18
18
19
19
# locations
20
20
REPODIR := $(shell git rev-parse --show-toplevel)
Original file line number Diff line number Diff line change 2
2
3
3
SHELL := /bin/bash
4
4
5
- PYTHON_VERSION := $(or $(PYTHON ) , 3.11 )
5
+ PYTHON_VERSION := $(or $(PYTHON ) , 3.10 )
6
6
7
7
8
8
.PHONY : hel%
Original file line number Diff line number Diff line change 5
5
ARG UV_VERSION="0.6"
6
6
FROM ghcr.io/astral-sh/uv:${UV_VERSION} AS uv_build
7
7
# we docker image is built based on debian
8
- FROM python:3.6 -alpine
8
+ FROM python:3.10.14 -alpine
9
9
10
10
LABEL maintainer=sanderegg
11
11
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ def mock_env_dockerfile_build(monkeypatch: pytest.MonkeyPatch) -> EnvVarsDict:
155
155
PYTHON_GET_PIP_SHA256=6123659241292b2147b58922b9ffe11dda66b39d52d8a6f3aa310bc1d60ea6f7
156
156
PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/a1675ab6c2bd898ed82b1f58c486097f763c74a9/public/get-pip.py
157
157
PYTHON_PIP_VERSION=21.1.3
158
- PYTHON_VERSION=3.11.9
158
+ PYTHON_VERSION=3.10.14
159
159
PYTHONDONTWRITEBYTECODE=1
160
160
PYTHONOPTIMIZE=TRUE
161
161
SC_BOOT_MODE=production
You can’t perform that action at this time.
0 commit comments