We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6385fa commit fad46d5Copy full SHA for fad46d5
.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:3b3706a90cb23f04fabb0d255824f9a70ceb46177041898133dd5a35f3a50f0a
+FROM python:3.14@sha256:61346539f7b26521a230e72c11da5ebd872924745074b19736e7d65ba748c366
9
10
COPY --from=ghcr.io/astral-sh/uv:0.10.8@sha256:88234bc9e09c2b2f6d176a3daf411419eb0370d450a08129257410de9cfafd2a /uv /uvx /bin/
11
0 commit comments