Gandi / gandi.cli

⚠ ARCHIVED - Command line interface to Gandi.net products using the public API
http://cli.gandi.net/
GNU General Public License v3.0
347 stars 62 forks source link

Remove support for Python 3 earlier than 3.3 #250

Closed bignose-debian closed 6 years ago

bignose-debian commented 6 years ago

The trove metadata declares Python 3 support only for versions 3.3 and later. There is still some code that makes allowances for Python 3 earlier versions; this code can be removed to simplify the combinations that can result.

bignose-debian commented 6 years ago

I have implemented a change to resolve this, in branch https://salsa.debian.org/bignose/gandi-cli/commits/wip/issue/github-250/remove-python3-earlier-than-3.3 in my personal fork repository.

grigouze commented 6 years ago

It's merged.

It will be included in the next release.