mirror of https://github.com/PokeAPI/pokeapi
chore: bump Python version in CICD
This commit is contained in:
parent
074ad4b534
commit
a290b26143
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue