commit: e6c4bee66da28cc5b6cadc1c159b29a570e82638 Author: Henning Schild <henning <AT> hennsch <DOT> de> AuthorDate: Fri Mar 28 09:44:07 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Mar 28 15:17:25 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6c4bee6
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 <AT> hennsch.de> Closes: https://github.com/gentoo/gentoo/pull/41339 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/pyroute2/pyroute2-0.8.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pyroute2/pyroute2-0.8.1.ebuild b/dev-python/pyroute2/pyroute2-0.8.1.ebuild index dcb478f3ca3e..a89b487d1db6 100644 --- a/dev-python/pyroute2/pyroute2-0.8.1.ebuild +++ b/dev-python/pyroute2/pyroute2-0.8.1.ebuild @@ -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
