Skip to content

Commit f96a7f9

Browse files
committed
address feedback
1 parent 560e73a commit f96a7f9

File tree

8 files changed

+8
-0
lines changed

8 files changed

+8
-0
lines changed

gapic/templates/noxfile.py.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ ALL_PYTHON = [
3333
]
3434

3535
DEFAULT_PYTHON_VERSION = "3.14"
36+
3637
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2450):
3738
# Switch this to Python 3.15 alpha1
3839
# https://peps.python.org/pep-0790/

tests/integration/goldens/asset/noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
]
4141

4242
DEFAULT_PYTHON_VERSION = "3.14"
43+
4344
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2450):
4445
# Switch this to Python 3.15 alpha1
4546
# https://peps.python.org/pep-0790/

tests/integration/goldens/credentials/noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
]
4141

4242
DEFAULT_PYTHON_VERSION = "3.14"
43+
4344
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2450):
4445
# Switch this to Python 3.15 alpha1
4546
# https://peps.python.org/pep-0790/

tests/integration/goldens/eventarc/noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
]
4141

4242
DEFAULT_PYTHON_VERSION = "3.14"
43+
4344
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2450):
4445
# Switch this to Python 3.15 alpha1
4546
# https://peps.python.org/pep-0790/

tests/integration/goldens/logging/noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
]
4141

4242
DEFAULT_PYTHON_VERSION = "3.14"
43+
4344
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2450):
4445
# Switch this to Python 3.15 alpha1
4546
# https://peps.python.org/pep-0790/

tests/integration/goldens/logging_internal/noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
]
4141

4242
DEFAULT_PYTHON_VERSION = "3.14"
43+
4344
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2450):
4445
# Switch this to Python 3.15 alpha1
4546
# https://peps.python.org/pep-0790/

tests/integration/goldens/redis/noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
]
4141

4242
DEFAULT_PYTHON_VERSION = "3.14"
43+
4344
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2450):
4445
# Switch this to Python 3.15 alpha1
4546
# https://peps.python.org/pep-0790/

tests/integration/goldens/redis_selective/noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
]
4141

4242
DEFAULT_PYTHON_VERSION = "3.14"
43+
4344
# TODO(https://github.com/googleapis/gapic-generator-python/issues/2450):
4445
# Switch this to Python 3.15 alpha1
4546
# https://peps.python.org/pep-0790/

0 commit comments

Comments
 (0)