python2 is approaching its end-of-life relatively soon and many libs already dropped support. Doing so allows dropping quite some cruft, including the dependency on future. In addition, type annotations could be added.
@erocarrera are you in favor of this, i.e. would you consider merging a PR removing python2 support (+ optionally adding type annotations)? This would require python3.5+
python2 is approaching its end-of-life relatively soon and many libs already dropped support. Doing so allows dropping quite some cruft, including the dependency on
future
. In addition, type annotations could be added. @erocarrera are you in favor of this, i.e. would you consider merging a PR removing python2 support (+ optionally adding type annotations)? This would require python3.5+