We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a102c9 commit 371b827Copy full SHA for 371b827
.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:daa87d4d57b32a74ee9feb6c408b4d0c6020056272d01f356674ed320aeb8edf
+FROM python:3.14@sha256:b370b01487e7e82d0ef36bad3da30fc66f3466444b9157f28bb4fec6b5023d4b
9
10
COPY --from=ghcr.io/astral-sh/uv:0.10.5@sha256:476133fa2aaddb4cbee003e3dc79a88d327a5dc7cb3179b7f02cabd8fdfbcc6e /uv /uvx /bin/
11
0 commit comments