Skip to content

Commit a491649

Browse files
authored
Use CircleCI Python 3.13 image for nightly tests (#99)
1 parent affcbf2 commit a491649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
jobs:
22
nightly-wagtail-test:
33
docker:
4-
- image: circleci/python:3.8
4+
- image: cimg/python:3.13
55
steps:
66
- checkout
77
- run: git clone git@github.com:wagtail/wagtail.git

0 commit comments

Comments
 (0)