summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@atlas.cz>2023-06-06 15:51:55 +0200
committerMichał Górny <mgorny@gentoo.org>2023-06-06 18:10:48 +0200
commitf34fc3391e4ace42195e37819f648a4b9b99a81b (patch)
tree9f0cd1642870a9765c5d00a0e1fb668f2a490718
parentdev-python/extras: enable py3.12 (diff)
downloadgentoo-f34fc3391e4ace42195e37819f648a4b9b99a81b.tar.gz
gentoo-f34fc3391e4ace42195e37819f648a4b9b99a81b.tar.bz2
gentoo-f34fc3391e4ace42195e37819f648a4b9b99a81b.zip
dev-python/intelhex: enable py3.12
Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/intelhex/intelhex-2.3.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/intelhex/intelhex-2.3.0-r1.ebuild b/dev-python/intelhex/intelhex-2.3.0-r1.ebuild
index 078e31f960ea..f1cab5be51d3 100644
--- a/dev-python/intelhex/intelhex-2.3.0-r1.ebuild
+++ b/dev-python/intelhex/intelhex-2.3.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 pypi