summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@atlas.cz>2023-06-06 15:08:12 +0200
committerMichał Górny <mgorny@gentoo.org>2023-06-06 18:10:43 +0200
commit82e1b16e8ab8fe0dee06b9375f9d19cdcfc151a0 (patch)
tree26a5eca45d34cc1ba049e2af959b70481ea23fb7 /dev-python/eyeD3
parentdev-python/deprecation: enable py3.12, pep517 (diff)
downloadgentoo-82e1b16e8ab8fe0dee06b9375f9d19cdcfc151a0.tar.gz
gentoo-82e1b16e8ab8fe0dee06b9375f9d19cdcfc151a0.tar.bz2
gentoo-82e1b16e8ab8fe0dee06b9375f9d19cdcfc151a0.zip
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@atlas.cz> Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/eyeD3')
-rw-r--r--dev-python/eyeD3/eyeD3-0.9.7.ebuild2
1 files changed, 1 insertions, 1 deletions
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