Skip to content

Commit 752c475

Browse files
chore(deps): update python
1 parent 84d5ba9 commit 752c475

3 files changed

Lines changed: 162 additions & 123 deletions

File tree

Dockerfile.pg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11-slim-bullseye@sha256:9e25f400253a5fa3191813d6a67eb801ca1e6f012b3bd2588fa6920b59e3eba6
1+
FROM python:3.13-slim-bullseye@sha256:e98b521460ee75bca92175c16247bdf7275637a8faaeb2bcfa19d879ae5c4b9a
22

33
ENV PYTHONDONTWRITEBYTECODE 1
44
ENV PYTHONUNBUFFERED 1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dynamic = ["version"]
55
description = "Wagtail-based website for EODHP"
66
readme = "README.md"
77

8-
requires-python = ">=3.13,<3.14"
8+
requires-python = ">=3.14,<3.15"
99

1010
license = { file = "LICENSE" }
1111

0 commit comments

Comments
 (0)