net-proxy/sshuttle: enable py3.13

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2024-07-17 06:33:03 +01:00
parent 6996ac429f
commit eedcb4217b
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -14,7 +14,7 @@ SSHUTTLE_DOCS_VERSION=${PV}
SSHUTTLE_DOCS_USEFLAG="+doc"
DISTUTILS_USE_PEP517=poetry
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 linux-info
DESCRIPTION="Transparent proxy server that works as a poor man's VPN using ssh"