summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-05-30 21:31:55 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2023-05-30 21:47:07 +0300
commit7b7ad347ffb8eb6ae8f61a492442f3002d0cac62 (patch)
tree88eff0624479234e9124263c8a66b002d3eb0afc /dev-python/et_xmlfile
parentdev-python/flask-login: enable py3.12 (diff)
downloadgentoo-7b7ad347ffb8eb6ae8f61a492442f3002d0cac62.tar.gz
gentoo-7b7ad347ffb8eb6ae8f61a492442f3002d0cac62.tar.bz2
gentoo-7b7ad347ffb8eb6ae8f61a492442f3002d0cac62.zip
dev-python/et_xmlfile: enable py3.12
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/et_xmlfile')
-rw-r--r--dev-python/et_xmlfile/et_xmlfile-1.1.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/et_xmlfile/et_xmlfile-1.1.0-r1.ebuild b/dev-python/et_xmlfile/et_xmlfile-1.1.0-r1.ebuild
index b82fd5b2c2b5..0d7b357e38e1 100644
--- a/dev-python/et_xmlfile/et_xmlfile-1.1.0-r1.ebuild
+++ b/dev-python/et_xmlfile/et_xmlfile-1.1.0-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1