diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-26 23:21:24 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-26 23:26:21 +0300 |
commit | 1511eea795df9fcfeb6e66776f5a2eeb05011a79 (patch) | |
tree | 853bb49ef8a52fb6fa1dcacbfcc1ea3ada65ba16 /dev-python/crcmod | |
parent | dev-python/deepmerge: enable py3.12 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |