summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-05-31 11:54:50 +0200
committerMichał Górny <mgorny@gentoo.org>2023-05-31 11:54:50 +0200
commit85cd11595286e45879e22bc7163292590c171422 (patch)
tree9f8c4162cd816786f0f23c537dca68a614c8f3fe /dev-python
parentdev-python/validators: Update URLs (diff)
downloadgentoo-85cd11595286e45879e22bc7163292590c171422.tar.gz
gentoo-85cd11595286e45879e22bc7163292590c171422.tar.bz2
gentoo-85cd11595286e45879e22bc7163292590c171422.zip
dev-python/textile: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/textile/textile-4.0.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/textile/textile-4.0.2.ebuild b/dev-python/textile/textile-4.0.2.ebuild
index c946d2963386..6cdc0fb0111a 100644
--- a/dev-python/textile/textile-4.0.2.ebuild
+++ b/dev-python/textile/textile-4.0.2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1