Changes
- Minimum version updates for
ssh2-python
andssh-python
. - Added support for Python 3.12+, removed support for Python <3.8.
- Package tests under top level
tests
directory are now cross platform and may be run by vendors.
Project CI specific ntegration tests moved into their own space.
Fixes
- Calling
HostOutput.stdin.flush
with apssh.clients.ssh
client would raise exception.