commit: 82e1b16e8ab8fe0dee06b9375f9d19cdcfc151a0 Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz> AuthorDate: Tue Jun 6 13:08:12 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Jun 6 16:10:43 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82e1b16e
dev-python/eyeD3: enable py3.12 All tests pass with dev-python/pyyaml, however, one fails with dev-python/ruamel-yaml in the same fashion as in bug #906717. Bug: https://bugs.gentoo.org/906717 Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz> Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/eyeD3/eyeD3-0.9.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/eyeD3/eyeD3-0.9.7.ebuild b/dev-python/eyeD3/eyeD3-0.9.7.ebuild index 68c1a8170aca..0fb5885c32d0 100644 --- a/dev-python/eyeD3/eyeD3-0.9.7.ebuild +++ b/dev-python/eyeD3/eyeD3-0.9.7.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1
