Skip to content

Commit

Permalink
Merge pull request #1186 from PokeAPI/circle-update-python
Browse files Browse the repository at this point in the history
update python circleci
  • Loading branch information
Naramsim authored Jan 7, 2025
2 parents 7244cff + 0408736 commit 637b6fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2.1
jobs:
test:
docker:
- image: cimg/python:3.10.9
- image: cimg/python:3.12.8
steps:
- checkout
- run:
Expand All @@ -25,7 +25,7 @@ jobs:
command: make openapi-generate
build:
docker:
- image: cimg/python:3.10.9
- image: cimg/python:3.12.8
steps:
- checkout
- run:
Expand Down

0 comments on commit 637b6fa

Please sign in to comment.