Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: talkiq/gcloud-aio
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4003305fddce4cf04a09532b60a74e6cc9ed6356
Choose a base ref
..
head repository: talkiq/gcloud-aio
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6311cc258c6cf0c3adae05f0e3f4e3fe7501bc2d
Choose a head ref
Showing with 5 additions and 5 deletions.
  1. +5 −5 .circleci/config.yml
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -12,27 +12,27 @@ executors:

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

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

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

python312:
docker:
- image: python:3.12.7
- image: python:3.12.8
resource_class: small

python-integration:
docker:
- image: python:3.12.7
- image: python:3.12.8
environment:
GOOGLE_APPLICATION_CREDENTIALS: /key.json
resource_class: small