We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 051f97b commit 88da2d1Copy full SHA for 88da2d1
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Set up Python
20
uses: actions/setup-python@v5
21
with:
22
- python-version: '3.11.x'
+ python-version: '3.13.x'
23
- name: Install dependencies
24
run: |
25
python -m pip install --upgrade pip setuptools wheel
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.11
+FROM python:3.13
2
LABEL org.opencontainers.image.authors="Pbench Maintainers <[email protected]>"
3
4
ENTRYPOINT ["relay"]
0 commit comments