pyinvoke / invoke

Pythonic task management & command execution.
http://pyinvoke.org
BSD 2-Clause "Simplified" License
4.41k stars 369 forks source link

Compatibility with Python 3.12 or 3.13? #1015

Open tianhuil opened 16 hours ago

tianhuil commented 16 hours ago

It looks like invoke only works up to Python 3.11. Is there any interest in moving up to later version of python? This is a great project and I haven't found a replacement for it! Please maintain it.

alwaysmpe commented 15 hours ago

What problem are you having? I'm using invoke on 3.13 without problems (although the type annotations need refining) so it at least partially works