Closed sloria closed 4 years ago
Hi @sloria. You're right that Python 3.4 is "growing old", but I can't see the point of removing the support, considering that it doesn't affect anyhow Python constructs used in the module. That's why I'm not merging your PR. Thanks anyway
Vittorio
Yeah, this doesn't affect current code usage. This would moreso to reduce the maintenance burden going forward, i.e. you wouldn't need to deal with users' py34-specific issues. Faster CI builds are also an ancillary benefit.
No problem with not merging this now. It's worth noting, though, that 3.5 has quite a few nice features esp. w/r/t typing that are backwards-incompatible with 3.4. So when 2.7 support is dropped, perhaps it would also be worth
Python 3.4 is 6 years old at this point