We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3d6348a + 4872937 commit 193150cCopy full SHA for 193150c
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ghcr.io/astral-sh/uv:python3.11-alpine
+FROM ghcr.io/astral-sh/uv:python3.13-alpine
2
3
# Create user
4
RUN addgroup -g 1000 nhp && adduser -u 1000 -G nhp -s /bin/sh -h /app -D nhp
pyproject.toml
@@ -3,7 +3,7 @@ name = "nhp-model"
dynamic = ["version"]
description = "New Hospital Programme demand model"
5
6
-requires-python = ">=3.11"
+requires-python = ">=3.11,<3.14"
7
8
dependencies = [
9
"azure-identity>=1.12",
0 commit comments