dev-python/pyroute2: enable python3_13

While not yet officially supported by upstream, the tests succeed and
other distros already ship that combination.

Closes: https://bugs.gentoo.org/952376
Signed-off-by: Henning Schild <henning@hennsch.de>
Closes: https://github.com/gentoo/gentoo/pull/41339
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Henning Schild 2025-03-28 10:44:07 +01:00 committed by Sam James
parent fbda1e0249
commit e6c4bee66d
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{10..13} )
PYTHON_REQ_USE="sqlite"
inherit distutils-r1 pypi