Skip to content

Commit a805a78

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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.circleci/src.yml

Lines changed: 3 additions & 3 deletions
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.1
1111

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

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

2020

2121
workflows:

.circleci/tests.yml

Lines changed: 1 addition & 1 deletion
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.1
88

99

1010
jobs:

0 commit comments

Comments
 (0)