diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-31 11:54:50 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-31 11:54:50 +0200 |
commit | 85cd11595286e45879e22bc7163292590c171422 (patch) | |
tree | 9f8c4162cd816786f0f23c537dca68a614c8f3fe /dev-python/textile | |
parent | dev-python/validators: Update URLs (diff) | |
download | gentoo-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/textile')
-rw-r--r-- | dev-python/textile/textile-4.0.2.ebuild | 2 |
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 |