chore: bump Python version in CICD

This commit is contained in:
Jonathan Barrow 2025-09-14 12:36:13 -04:00
parent 074ad4b534
commit a290b26143
No known key found for this signature in database
GPG Key ID: 2A7DAA6DED5A77E5
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ version: 2.1
jobs:
test:
docker:
- image: cimg/python:3.12.8
- image: cimg/python:3.13.7
steps:
- checkout
- run:
@ -25,7 +25,7 @@ jobs:
command: make openapi-generate
build:
docker:
- image: cimg/python:3.12.8
- image: cimg/python:3.13.7
steps:
- checkout
- run: