summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@atlas.cz>2023-06-07 09:54:46 +0200
committerSam James <sam@gentoo.org>2023-06-07 10:26:58 +0100
commitedae28e3cfc2e56aa75a3ff5c8608138cccf66b0 (patch)
tree2f6f1228fc810384be84339c018d22ed23cb7542
parentdev-python/xvfbwrapper: enable py3.12 (diff)
downloadgentoo-edae28e3cfc2e56aa75a3ff5c8608138cccf66b0.tar.gz
gentoo-edae28e3cfc2e56aa75a3ff5c8608138cccf66b0.tar.bz2
gentoo-edae28e3cfc2e56aa75a3ff5c8608138cccf66b0.zip
dev-python/python-editor: enable py3.12
Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-python/python-editor/python-editor-1.0.4-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-editor/python-editor-1.0.4-r2.ebuild b/dev-python/python-editor/python-editor-1.0.4-r2.ebuild
index 1ec9feb7425d..3064cb3580b8 100644
--- a/dev-python/python-editor/python-editor-1.0.4-r2.ebuild
+++ b/dev-python/python-editor/python-editor-1.0.4-r2.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
inherit distutils-r1 pypi