commit: e10411c3c8a458d4042bc8a18c9239219b9cb55c Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Nov 13 21:20:21 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Nov 13 21:20:35 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e10411c3
dev-python/pyudev: enable py3.13 I don't see any relevant changes in git and this is the last blocker; it should be fine (.3 has py3.13 but the stablereq is stuck). Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/pyudev/pyudev-0.24.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pyudev/pyudev-0.24.1.ebuild b/dev-python/pyudev/pyudev-0.24.1.ebuild index 4973f024f0da..34d793908345 100644 --- a/dev-python/pyudev/pyudev-0.24.1.ebuild +++ b/dev-python/pyudev/pyudev-0.24.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 optfeature pypi DESCRIPTION="Python binding to libudev"