-
Notifications
You must be signed in to change notification settings - Fork 8
fix: require google-cloud-core >= 1.4.4 #223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This is a manual library, so I'm not sure where "six" is coming from in the failing test. |
This is similar to googleapis/python-spanner#1014 where older versions of Line 35 in b2297aa
|
This avoids implicit dependency on "six"
testing/constraints-3.6.txt
Outdated
@@ -19,4 +19,4 @@ | ||
# | ||
# e.g., if setup.py has "foo >= 1.14.0, < 2.0.0dev", | ||
# Then this file should have foo==1.14.0 | ||
google-cloud-core==1.3.0 | ||
google-cloud-core==1.4.4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Delete testing/constraints-3.6.txt
since the minimum supported runtime is python 3.7
Line 87 in b2297aa
python_requires=">=3.7", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch! Thanks!
No description provided.