We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f43147 commit 13dfbe2Copy full SHA for 13dfbe2
.circleci/config.yml
@@ -31,11 +31,11 @@ executors:
31
resource_class: small
32
pypy737: # py38
33
docker:
34
- - image: pypy:3-7.3.7-slim
+ - image: pypy:3-bookworm
35
36
pypy7311: # py38+py39
37
38
- - image: pypy:3-7.3.11-slim
+ - image: pypy:3-7.3.18
39
40
pypy73: # py39+py310
41
0 commit comments