diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-27 22:13:26 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-27 22:13:26 +0300 |
commit | 1af4c3df1354e02168e7ec95e68a2cc05253fd9d (patch) | |
tree | fdca1d69a40e3963244bcee98e6ee5e71c73e6dd /dev-python/svgwrite | |
parent | dev-python/three-merge: EAPI=8, PEP517 (diff) | |
download | gentoo-1af4c3df1354e02168e7ec95e68a2cc05253fd9d.tar.gz gentoo-1af4c3df1354e02168e7ec95e68a2cc05253fd9d.tar.bz2 gentoo-1af4c3df1354e02168e7ec95e68a2cc05253fd9d.zip |
dev-python/svgwrite: enable py3.12
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/svgwrite')
-rw-r--r-- | dev-python/svgwrite/svgwrite-1.4.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |