Skip to content

Commit a290b26

Browse files
committed
chore: bump Python version in CICD
1 parent 074ad4b commit a290b26

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
@@ -3,7 +3,7 @@ version: 2.1
33
jobs:
44
test:
55
docker:
6-
- image: cimg/python:3.12.8
6+
- image: cimg/python:3.13.7
77
steps:
88
- checkout
99
- run:
@@ -25,7 +25,7 @@ jobs:
2525
command: make openapi-generate
2626
build:
2727
docker:
28-
- image: cimg/python:3.12.8
28+
- image: cimg/python:3.13.7
2929
steps:
3030
- checkout
3131
- run:

0 commit comments

Comments
 (0)