Skip to content

Commit

Permalink
chore(deps): update python
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 10, 2024
1 parent c70efc4 commit 81108db
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,32 +7,32 @@ orbs:
executors:
python38:
docker:
- image: python:3.8.19
- image: python:3.8.20
resource_class: small

python39:
docker:
- image: python:3.9.19
- image: python:3.9.20
resource_class: small

python310:
docker:
- image: python:3.10.14
- image: python:3.10.15
resource_class: small

python311:
docker:
- image: python:3.11.9
- image: python:3.11.10
resource_class: small

python312:
docker:
- image: python:3.12.5
- image: python:3.12.6
resource_class: small

python-integration:
docker:
- image: python:3.12.5
- image: python:3.12.6
environment:
GOOGLE_APPLICATION_CREDENTIALS: /key.json
resource_class: small
Expand Down

0 comments on commit 81108db

Please sign in to comment.