We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84d5ba9 commit 752c475Copy full SHA for 752c475
3 files changed
Dockerfile.pg
@@ -1,4 +1,4 @@
1
-FROM python:3.11-slim-bullseye@sha256:9e25f400253a5fa3191813d6a67eb801ca1e6f012b3bd2588fa6920b59e3eba6
+FROM python:3.13-slim-bullseye@sha256:e98b521460ee75bca92175c16247bdf7275637a8faaeb2bcfa19d879ae5c4b9a
2
3
ENV PYTHONDONTWRITEBYTECODE 1
4
ENV PYTHONUNBUFFERED 1
pyproject.toml
@@ -5,7 +5,7 @@ dynamic = ["version"]
5
description = "Wagtail-based website for EODHP"
6
readme = "README.md"
7
8
-requires-python = ">=3.13,<3.14"
+requires-python = ">=3.14,<3.15"
9
10
license = { file = "LICENSE" }
11
0 commit comments