Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

Commit 720f6d9

Browse files
authored
chore: test minimum dependencies in python 3.7 (#210)
1 parent b5f4cee commit 720f6d9

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

testing/constraints-3.7.txt

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,10 @@
1-
# This constraints file is left inentionally empty
2-
# so the latest version of dependencies is installed
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+
# e.g., if setup.py has "google-cloud-foo >= 1.14.0, < 2.0.0dev",
6+
# Then this file should have google-cloud-foo==1.14.0
7+
google-api-core==1.31.5
8+
proto-plus==1.15.0
9+
libcst==0.2.5
10+
protobuf==3.19.0

0 commit comments

Comments
 (0)