Skip to content

Commit 88da2d1

Browse files
Update dependency python
1 parent 051f97b commit 88da2d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Python
2020
uses: actions/setup-python@v5
2121
with:
22-
python-version: '3.11.x'
22+
python-version: '3.13.x'
2323
- name: Install dependencies
2424
run: |
2525
python -m pip install --upgrade pip setuptools wheel

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11
1+
FROM python:3.13
22
LABEL org.opencontainers.image.authors="Pbench Maintainers <[email protected]>"
33

44
ENTRYPOINT ["relay"]

0 commit comments

Comments
 (0)