Skip to content

Commit 5f8c0af

Browse files
committed
test(ndb): Update testing constraints to 3.10 and drop 3.9
1 parent 47a2fa2 commit 5f8c0af

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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-datastore==2.16.0
9+
google-api-core==2.11.0
10+
protobuf==4.25.8
11+
pymemcache==2.1.0
12+
redis==3.0.0
13+
pytz==2018.3
14+
# TODO(https://github.com/googleapis/python-ndb/issues/913) remove this dependency once six is no longer used in the codebase
15+
six==1.12.0

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

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

0 commit comments

Comments
 (0)