From f8a8513dfa2135525689b641930edcc19b280cee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 04:37:14 +0000 Subject: [PATCH] Update dependency python --- .github/workflows/ci.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 950cca3..0fc4960 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: '3.11.x' + python-version: '3.14.x' - name: Install dependencies run: | python -m pip install --upgrade pip setuptools wheel diff --git a/Dockerfile b/Dockerfile index 4060168..974a12c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11 +FROM python:3.14 LABEL org.opencontainers.image.authors="Pbench Maintainers " ENTRYPOINT ["relay"]