Skip to content

Commit 5f62a2d

Browse files
committed
chore: add 3.15 to remaining libraries; add 3.15 testing
1 parent f838a04 commit 5f62a2d

55 files changed

Lines changed: 62 additions & 22 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: true
2020
matrix:
21-
python: ['3.9', '3.10', "3.11", "3.12", "3.13", "3.14"]
21+
python: ['3.9', '3.10', "3.11", "3.12", "3.13", "3.14", "3.15"]
2222
steps:
2323
- name: Checkout
2424
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6

.librarian/generator-input/client-post-processing/bigtable-integration.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,7 @@ replacements:
385385
"3.12",
386386
"3.13",
387387
"3.14",
388+
"3.15",
388389
]
389390
390391
UNIT_TEST_STANDARD_DEPENDENCIES = [

.librarian/generator-input/client-post-processing/spanner-integration.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -649,6 +649,7 @@ replacements:
649649
"3.12",
650650
"3.13",
651651
"3.14",
652+
"3.15",
652653
]
653654
UNIT_TEST_STANDARD_DEPENDENCIES = [
654655
"mock",

packages/bigframes/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060

6161
DEFAULT_PYTHON_VERSION = "3.14"
6262

63-
ALL_PYTHON = ["3.10", "3.11", "3.12", "3.13", "3.14"]
63+
ALL_PYTHON = ["3.10", "3.11", "3.12", "3.13", "3.14", "3.15"]
6464
UNIT_TEST_STANDARD_DEPENDENCIES = [
6565
"mock",
6666
PYTEST_VERSION,

packages/bigquery-magics/noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"3.12",
4242
"3.13",
4343
"3.14",
44+
"3.15",
4445
]
4546

4647
UNIT_TEST_STANDARD_DEPENDENCIES = [

packages/bigquery-magics/testing/constraints-3.15.txt

Whitespace-only changes.

packages/db-dtypes/noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"3.12",
4343
"3.13",
4444
"3.14",
45+
"3.15",
4546
]
4647

4748
UNIT_TEST_STANDARD_DEPENDENCIES = [

packages/db-dtypes/testing/constraints-3.15.txt

Whitespace-only changes.

packages/django-google-spanner/noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"3.12",
3535
"3.13",
3636
"3.14",
37+
"3.15",
3738
]
3839
ALL_PYTHON = list(UNIT_TEST_PYTHON_VERSIONS)
3940

packages/django-google-spanner/testing/constraints-3.15.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)