File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,11 +42,11 @@ These tests are registered as required tests in `.github/sync-repo-settings.yaml
4242
4343# ### Trigger Setup
4444
45- Cloud Build triggers (for Python versions 3.9 to 3.11 ) were created with the following specs:
45+ Cloud Build triggers (for Python versions 3.10 to 3.13 ) were created with the following specs:
4646
4747` ` ` YAML
4848name: pg-integration-test-pr-py39
49- description: Run integration tests on PR for Python 3.9
49+ description: Run integration tests on PR for Python 3.10
5050filename: integration.cloudbuild.yaml
5151github:
5252 name: langchain-google-cloud-sql-pg-python
@@ -64,7 +64,7 @@ substitutions:
6464 _DATABASE_ID: < ADD_VALUE>
6565 _INSTANCE_ID: < ADD_VALUE>
6666 _REGION: us-central1
67- _VERSION: " 3.9 "
67+ _VERSION: " 3.10 "
6868` ` `
6969
7070Use ` gcloud builds triggers import --source=trigger.yaml` to create triggers via the command line
You can’t perform that action at this time.
0 commit comments