Skip to content

Commit db86325

Browse files
authored
chore!: Disable support for python 3.9 and enable support for python3.13
1 parent 0970e08 commit db86325

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

DEVELOPER.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
4848
name: 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
5050
filename: integration.cloudbuild.yaml
5151
github:
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

7070
Use `gcloud builds triggers import --source=trigger.yaml` to create triggers via the command line

0 commit comments

Comments
 (0)