Skip to content

Commit dcb05f4

Browse files
committed
ci(docs): build on Python 3.12
1 parent d8a3d47 commit dcb05f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
version: py312
5050
docs:
5151
docker:
52-
- image: 'cimg/python:3.11'
52+
- image: 'cimg/python:3.12'
5353
steps:
5454
- checkout
5555
- run: pip install --user tox

0 commit comments

Comments
 (0)