Skip to content

Commit 193150c

Browse files
authored
Merge pull request #508 from The-Strategy-Unit/change_python_versions
forces maximum python version to be 3.11 to 3.13
2 parents 3d6348a + 4872937 commit 193150c

File tree

3 files changed

+573
-790
lines changed

3 files changed

+573
-790
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/astral-sh/uv:python3.11-alpine
1+
FROM ghcr.io/astral-sh/uv:python3.13-alpine
22

33
# Create user
44
RUN addgroup -g 1000 nhp && adduser -u 1000 -G nhp -s /bin/sh -h /app -D nhp

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "nhp-model"
33
dynamic = ["version"]
44
description = "New Hospital Programme demand model"
55

6-
requires-python = ">=3.11"
6+
requires-python = ">=3.11,<3.14"
77

88
dependencies = [
99
"azure-identity>=1.12",

0 commit comments

Comments
 (0)