Skip to content

Commit 86dc916

Browse files
chore(deps): update cimg/python docker tag to v3.13.2
1 parent 899ef12 commit 86dc916

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: .circleci/src.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ orbs:
77
executors:
88
python3-10:
99
docker:
10-
- image: cimg/python:3.10.6
10+
- image: cimg/python:3.13.2
1111

1212
python3-9:
1313
docker:
14-
- image: cimg/python:3.9.12
14+
- image: cimg/python:3.13.2
1515

1616
python3-8:
1717
docker:
18-
- image: cimg/python:3.8.13
18+
- image: cimg/python:3.13.2
1919

2020

2121
workflows:

Diff for: .circleci/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: 2.1
44
executors:
55
python3-10:
66
docker:
7-
- image: cimg/python:3.10.6
7+
- image: cimg/python:3.13.2
88

99

1010
jobs:

0 commit comments

Comments
 (0)