dev-python/netmiko: enable py3.11

This commit is contained in:
Alarig Le Lay 2023-03-17 15:02:35 +01:00
parent d7f3ad0045
commit fcad37985f
Signed by: alarig
GPG key ID: 7AFE62C6DF8BCDEC

View file

@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
DESCRIPTION="Multivendor library to simplify Paramiko SSH connections to netdev"