Skip to content

Commit 3fe4f57

Browse files
build(deps): update python to v3.14.0
1 parent 5cc468d commit 3fe4f57

File tree

4 files changed

+60
-65
lines changed

4 files changed

+60
-65
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
DB_ROOT_PASSWORD: "root-password"
5252
DB_PASSWORD: "user-password"
5353
DB_USER: citest
54-
container: python:3.13.9-alpine3.22
54+
container: python:3.14.0-alpine3.22
5555
services:
5656
db:
5757
image: mariadb:10.11.15-jammy

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: AGPL-3.0-or-later
44

5-
FROM python:3.13.9-alpine3.22 AS build
5+
FROM python:3.14.0-alpine3.22 AS build
66
COPY --from=ghcr.io/astral-sh/uv:0.9.8 /uv /uvx /bin/
77

88
# dependencies for building Python packages
@@ -20,7 +20,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
2020
--mount=type=bind,source=pyproject.toml,target=pyproject.toml \
2121
uv sync --locked --no-editable --no-dev --compile-bytecode
2222

23-
FROM python:3.13.9-alpine3.22
23+
FROM python:3.14.0-alpine3.22
2424

2525
RUN apk upgrade --no-cache \
2626
# mysqlclient dependencies

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "db-management"
77
version = "0"
88
description = "DB Management for Opal's legacy databases"
99
readme = "README.md"
10-
requires-python = "==3.13.9"
10+
requires-python = "==3.14.0"
1111
dependencies = [
1212
"alembic==1.17.1",
1313
"mysqlclient==2.2.7",

0 commit comments

Comments
 (0)