diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-30 21:31:55 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-30 21:47:07 +0300 |
commit | 7b7ad347ffb8eb6ae8f61a492442f3002d0cac62 (patch) | |
tree | 88eff0624479234e9124263c8a66b002d3eb0afc /dev-python/et_xmlfile | |
parent | dev-python/flask-login: enable py3.12 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |