summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-05-27 00:07:01 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2023-05-27 00:07:01 +0300
commitf929fa6b1f7a06b3afcc35b4eadc7fa1dddf63cb (patch)
treed0722d01f2bf77d82f29133c0d8c55b20c205a52 /dev-python/tcolorpy
parentdev-python/termcolor: enable py3.12 (diff)
downloadgentoo-f929fa6b1f7a06b3afcc35b4eadc7fa1dddf63cb.tar.gz
gentoo-f929fa6b1f7a06b3afcc35b4eadc7fa1dddf63cb.tar.bz2
gentoo-f929fa6b1f7a06b3afcc35b4eadc7fa1dddf63cb.zip
dev-python/tcolorpy: enable py3.12
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/tcolorpy')
-rw-r--r--dev-python/tcolorpy/tcolorpy-0.1.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/tcolorpy/tcolorpy-0.1.3.ebuild b/dev-python/tcolorpy/tcolorpy-0.1.3.ebuild
index e0cf7601d11c..00d4faf196ee 100644
--- a/dev-python/tcolorpy/tcolorpy-0.1.3.ebuild
+++ b/dev-python/tcolorpy/tcolorpy-0.1.3.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi