commit: 1af4c3df1354e02168e7ec95e68a2cc05253fd9d
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat May 27 19:13:26 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat May 27 19:13:26 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1af4c3df
dev-python/svgwrite: enable py3.12
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/svgwrite/svgwrite-1.4.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/svgwrite/svgwrite-1.4.3.ebuild
b/dev-python/svgwrite/svgwrite-1.4.3.ebuild
index a1d229ac5110..6d581722018e 100644
--- a/dev-python/svgwrite/svgwrite-1.4.3.ebuild
+++ b/dev-python/svgwrite/svgwrite-1.4.3.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1