Skip to content

Commit 13dfbe2

Browse files
fix(deps): roll back pypy docker tag
1 parent 3f43147 commit 13dfbe2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ executors:
3131
resource_class: small
3232
pypy737: # py38
3333
docker:
34-
- image: pypy:3-7.3.7-slim
34+
- image: pypy:3-bookworm
3535
resource_class: small
3636
pypy7311: # py38+py39
3737
docker:
38-
- image: pypy:3-7.3.11-slim
38+
- image: pypy:3-7.3.18
3939
resource_class: small
4040
pypy73: # py39+py310
4141
docker:

0 commit comments

Comments
 (0)