Skip to content
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

Requiring latest release of concurrent futures backport. #4521

Merged
merged 1 commit into from
Dec 4, 2017

Conversation

dhermes
Copy link
Contributor

@dhermes dhermes commented Dec 4, 2017

See: agronholm/pythonfutures#63


ASIDE: For the first time, the .dev1 versions come in handy to specify the actual ways a package depends on in development vs. published.

@dhermes dhermes added api: core api: pubsub Issues related to the Pub/Sub API. packaging labels Dec 4, 2017
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Dec 4, 2017
@@ -108,7 +108,7 @@ def __init__(self, client, subscription, flow_control=types.FlowControl(),
# Also maintain a request queue and an executor.
if executor is None:
executor_kwargs = {}
if sys.version_info >= (3, 6):
if sys.version_info[:2] == (2, 7) or sys.version_info >= (3, 6):

This comment was marked as spam.

@dhermes dhermes merged commit 7bc2860 into googleapis:master Dec 4, 2017
@dhermes dhermes deleted the update-futures-dep branch December 4, 2017 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: core api: pubsub Issues related to the Pub/Sub API. cla: yes This human has signed the Contributor License Agreement. packaging
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants