We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6e9950 commit 29b35c8Copy full SHA for 29b35c8
.github/workflows/test.yaml
@@ -11,7 +11,7 @@ jobs:
11
# Linux runner
12
runs-on: ubuntu-latest
13
# Container image that the job will run in
14
- container: python:3.10
+ container: python:3.13
15
16
# Service containers
17
services:
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.10-buster
+FROM python:3.11-buster
2
3
WORKDIR /workspace
4
RUN apt-get update
0 commit comments