summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-05-27 22:25:51 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2023-05-27 22:31:54 +0300
commitb91af3bc53c03c93523cfc5a4f956ecc7c2a5cf6 (patch)
treed49f3d741fe88fe70a04e10f681f76fd56f98ede
parentdev-python/x-wr-timezone: enable py3.12 (diff)
downloadgentoo-b91af3bc53c03c93523cfc5a4f956ecc7c2a5cf6.tar.gz
gentoo-b91af3bc53c03c93523cfc5a4f956ecc7c2a5cf6.tar.bz2
gentoo-b91af3bc53c03c93523cfc5a4f956ecc7c2a5cf6.zip
dev-python/xlrd: enable py3.12
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--dev-python/xlrd/xlrd-2.0.1-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/xlrd/xlrd-2.0.1-r1.ebuild b/dev-python/xlrd/xlrd-2.0.1-r1.ebuild
index 8d10e8f60ba3..1f7ccc02a6b1 100644
--- a/dev-python/xlrd/xlrd-2.0.1-r1.ebuild
+++ b/dev-python/xlrd/xlrd-2.0.1-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