Skip to content

Commit 0157aac

Browse files
authored
Bump circleci Python from 3.10 -> 3.13. (#264)
1 parent 4ade86b commit 0157aac

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
@@ -6,7 +6,7 @@ jobs:
66
build-docs:
77
working_directory: ~/repo
88
docker:
9-
- image: cimg/python:3.10
9+
- image: cimg/python:3.13
1010

1111
steps:
1212
- checkout
@@ -49,7 +49,7 @@ jobs:
4949
deploy-docs:
5050
working_directory: ~/repo
5151
docker:
52-
- image: cimg/python:3.10
52+
- image: cimg/python:3.13
5353
steps:
5454
- checkout
5555

0 commit comments

Comments
 (0)