We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef91698 commit b01fb02Copy full SHA for b01fb02
.python-version
@@ -1 +1 @@
1
-3.11
+3.14
Dockerfile
@@ -5,7 +5,7 @@
5
# RUN apk add --update --no-cache py3-numpy py3-pandas@testing
6
7
# We don't use alpine or -slim, because pandas is a pain to build on them.
8
-FROM python:3.11@sha256:33b4060c8f8268bb55f244a11adf6a1d75348f1a3a8335b858c65fe755559b29
+FROM python:3.14@sha256:7aea6827c8787754f99339ffed8cfc41fb09421f9c7d0e77a198b08422a3455e
9
10
COPY --from=ghcr.io/astral-sh/uv:0.10.9@sha256:10902f58a1606787602f303954cea099626a4adb02acbac4c69920fe9d278f82 /uv /uvx /bin/
11
0 commit comments