Skip to content

Commit e75f0ce

Browse files
committed
wip
1 parent d51a7a8 commit e75f0ce

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

.librarian/state.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:27eae7edfe88876a47cbdb89ec6491192706e94ce46ac0e3ff4d202ef3220fed
2+
libraries:
3+
- id: google-cloud-spanner
4+
version: 3.59.0
5+
last_generated_commit: e8365a7f88fabe8717cb8322b8ce784b03b6daea
6+
apis:
7+
- path: google/spanner/v1
8+
service_config:
9+
- path: google/spanner/admin/database/v1
10+
service_config:
11+
- path: google/spanner/admin/instance/v1
12+
service_config:
13+
source_roots:
14+
- .
15+
preserve_regex: []
16+
remove_regex:
17+
- google/spanner_v1
18+
tag_format: v{version}

noxfile.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
ISORT_VERSION = "isort==5.11.0"
3333
LINT_PATHS = ["docs", "google", "tests", "noxfile.py", "setup.py"]
3434

35-
DEFAULT_PYTHON_VERSION = "3.12"
35+
DEFAULT_PYTHON_VERSION = "3.14"
3636

37-
DEFAULT_MOCK_SERVER_TESTS_PYTHON_VERSION = "3.12"
38-
SYSTEM_TEST_PYTHON_VERSIONS: List[str] = ["3.12"]
37+
DEFAULT_MOCK_SERVER_TESTS_PYTHON_VERSION = "3.14"
38+
SYSTEM_TEST_PYTHON_VERSIONS: List[str] = ["3.14"]
3939

4040
UNIT_TEST_PYTHON_VERSIONS: List[str] = [
4141
"3.9",

0 commit comments

Comments
 (0)