mwilliamson / spur.py

Run commands and manipulate files locally or over SSH using the same interface
BSD 2-Clause "Simplified" License
267 stars 37 forks source link

Support for later paramiko #96

Closed fabaff closed 1 year ago

fabaff commented 1 year ago

paramiko-3.0.0 was released a while back. setup.py says paramiko>=1.13.1,<3.

Any change to get support for paramiko > 3.0.0? Thanks.

This is primary an issue for distributions which are shipping spur, not for the users who are using it in a venv.

mwilliamson commented 1 year ago

Thanks for the report, support for paramiko 3 is now in master.

fabaff commented 1 year ago

Thank you very much.