Skip to content

Commit 742b29a

Browse files
committed
clarify comment
1 parent b786cc2 commit 742b29a

File tree

8 files changed

+16
-8
lines changed

8 files changed

+16
-8
lines changed

gapic/templates/testing/constraints-3.13.txt.j2

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{% from '_pypi_packages.j2' import pypi_packages %}
2-
# This constraints file is used to check that the latest
2+
# We use the constraints file for the latest Python version
3+
# (currently this file) to check that the latest
34
# major versions of dependencies are supported in setup.py.
45
# List all library dependencies and extras in this file.
56
# Require the latest major version be installed for each dependency.

tests/integration/goldens/asset/testing/constraints-3.13.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# This constraints file is used to check that the latest
1+
# We use the constraints file for the latest Python version
2+
# (currently this file) to check that the latest
23
# major versions of dependencies are supported in setup.py.
34
# List all library dependencies and extras in this file.
45
# Require the latest major version be installed for each dependency.

tests/integration/goldens/credentials/testing/constraints-3.13.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# This constraints file is used to check that the latest
1+
# We use the constraints file for the latest Python version
2+
# (currently this file) to check that the latest
23
# major versions of dependencies are supported in setup.py.
34
# List all library dependencies and extras in this file.
45
# Require the latest major version be installed for each dependency.

tests/integration/goldens/eventarc/testing/constraints-3.13.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# This constraints file is used to check that the latest
1+
# We use the constraints file for the latest Python version
2+
# (currently this file) to check that the latest
23
# major versions of dependencies are supported in setup.py.
34
# List all library dependencies and extras in this file.
45
# Require the latest major version be installed for each dependency.

tests/integration/goldens/logging/testing/constraints-3.13.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# This constraints file is used to check that the latest
1+
# We use the constraints file for the latest Python version
2+
# (currently this file) to check that the latest
23
# major versions of dependencies are supported in setup.py.
34
# List all library dependencies and extras in this file.
45
# Require the latest major version be installed for each dependency.

tests/integration/goldens/logging_internal/testing/constraints-3.13.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# This constraints file is used to check that the latest
1+
# We use the constraints file for the latest Python version
2+
# (currently this file) to check that the latest
23
# major versions of dependencies are supported in setup.py.
34
# List all library dependencies and extras in this file.
45
# Require the latest major version be installed for each dependency.

tests/integration/goldens/redis/testing/constraints-3.13.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# This constraints file is used to check that the latest
1+
# We use the constraints file for the latest Python version
2+
# (currently this file) to check that the latest
23
# major versions of dependencies are supported in setup.py.
34
# List all library dependencies and extras in this file.
45
# Require the latest major version be installed for each dependency.

tests/integration/goldens/redis_selective/testing/constraints-3.13.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# This constraints file is used to check that the latest
1+
# We use the constraints file for the latest Python version
2+
# (currently this file) to check that the latest
23
# major versions of dependencies are supported in setup.py.
34
# List all library dependencies and extras in this file.
45
# Require the latest major version be installed for each dependency.

0 commit comments

Comments
 (0)