summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-05-25 17:51:46 +0200
committerMichał Górny <mgorny@gentoo.org>2023-05-25 18:27:01 +0200
commit5fef41eafd146a9aeb3e51aafaf16b822ff13ff9 (patch)
tree32b5b7673ae1649e2c5d74492fa07224c3056925 /dev-python/olefile
parentdev-ada/gpr: respect CFLAGS/LDFLAGS on tools too (diff)
downloadgentoo-5fef41eafd146a9aeb3e51aafaf16b822ff13ff9.tar.gz
gentoo-5fef41eafd146a9aeb3e51aafaf16b822ff13ff9.tar.bz2
gentoo-5fef41eafd146a9aeb3e51aafaf16b822ff13ff9.zip
dev-python/olefile: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/olefile')
-rw-r--r--dev-python/olefile/olefile-0.46-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/olefile/olefile-0.46-r2.ebuild b/dev-python/olefile/olefile-0.46-r2.ebuild
index ef8e7b94a632..cd3e25efbd7a 100644
--- a/dev-python/olefile/olefile-0.46-r2.ebuild
+++ b/dev-python/olefile/olefile-0.46-r2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
inherit distutils-r1