Skip to content

Commit 2a44f02

Browse files
committed
test(dns): Update testing constraints to 3.10 and drop 3.9
1 parent b6c073b commit 2a44f02

3 files changed

Lines changed: 9 additions & 13 deletions

File tree

packages/google-cloud-dns/pytest.ini

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,4 @@ filterwarnings =
99
# Remove once https://github.com/googleapis/python-api-common-protos/pull/187/files is merged
1010
ignore:.*pkg_resources.declare_namespace:DeprecationWarning
1111
ignore:.*pkg_resources is deprecated as an API:DeprecationWarning
12-
# Remove after support for Python 3.7 is dropped
13-
ignore:After January 1, 2024, new releases of this library will drop support for Python 3.7:DeprecationWarning
14-
# Remove after support for Python 3.8, 3.9 and/or 3.10+ is dropped
15-
ignore:\s*You are using a (non-supported )?Python version \(?3\.(8|9|1[0-9]+):DeprecationWarning
16-
ignore:\s*You are using a (non-supported )?Python version \(?3\.(8|9|1[0-9]+):FutureWarning
12+
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# This constraints file is used to check that lower bounds
2+
# are correct in setup.py
3+
# List *all* library dependencies and extras in this file.
4+
# Pin the version to the lower bound.
5+
#
6+
# e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev",
7+
# Then this file should have foo==1.14.0
8+
google-cloud-core==1.4.4

packages/google-cloud-dns/testing/constraints-3.9.txt

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)