mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-10 06:04:18 +00:00
fix: Update CircleCI config to use Python3.7
This commit is contained in:
parent
8832c819e3
commit
ec6ff6ee86
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ version: 2
|
|||
jobs:
|
||||
test:
|
||||
docker:
|
||||
- image: circleci/python:2.7
|
||||
- image: circleci/python:3.7
|
||||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
|
|
Loading…
Reference in a new issue