summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-05-26 23:21:24 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2023-05-26 23:26:21 +0300
commit1511eea795df9fcfeb6e66776f5a2eeb05011a79 (patch)
tree853bb49ef8a52fb6fa1dcacbfcc1ea3ada65ba16 /dev-python/crcmod
parentdev-python/deepmerge: enable py3.12 (diff)
downloadgentoo-1511eea795df9fcfeb6e66776f5a2eeb05011a79.tar.gz
gentoo-1511eea795df9fcfeb6e66776f5a2eeb05011a79.tar.bz2
gentoo-1511eea795df9fcfeb6e66776f5a2eeb05011a79.zip
dev-python/crcmod: enable py3.12
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/crcmod')
-rw-r--r--dev-python/crcmod/crcmod-1.7-r5.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/crcmod/crcmod-1.7-r5.ebuild b/dev-python/crcmod/crcmod-1.7-r5.ebuild
index b991cf2ed161..902177adf57e 100644
--- a/dev-python/crcmod/crcmod-1.7-r5.ebuild
+++ b/dev-python/crcmod/crcmod-1.7-r5.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1