pyinvoke / invocations

Reusable Invoke tasks
http://invocations.readthedocs.io
BSD 2-Clause "Simplified" License
165 stars 28 forks source link

refactor!: remove python2 #30

Closed kuwv closed 2 years ago

kuwv commented 2 years ago

Python 2 has been deprecated for over a year now. This pull request removes integrations with invoke with six that are used to support now deprecated Python2 compatibility. Removing this will allow builds to be more simplified while allow integration with more modern tooling from the Python ecosystem.

see corresponding: https://github.com/pyinvoke/invoke/pull/856

kuwv commented 2 years ago

duplicate