diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-29 14:28:16 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-29 14:49:49 +0200 |
commit | 323268c2e56fc00c1386e92cd1605ebf929231b0 (patch) | |
tree | befb41babe9873c76fe6432af78c33276cda3302 /dev-python/linkify-it-py/linkify-it-py-2.0.2.ebuild | |
parent | x11-misc/wdm: add missing deps to 1.28-r9 (diff) | |
download | gentoo-323268c2e56fc00c1386e92cd1605ebf929231b0.tar.gz gentoo-323268c2e56fc00c1386e92cd1605ebf929231b0.tar.bz2 gentoo-323268c2e56fc00c1386e92cd1605ebf929231b0.zip |
dev-python/linkify-it-py: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/linkify-it-py/linkify-it-py-2.0.2.ebuild')
-rw-r--r-- | dev-python/linkify-it-py/linkify-it-py-2.0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/linkify-it-py/linkify-it-py-2.0.2.ebuild b/dev-python/linkify-it-py/linkify-it-py-2.0.2.ebuild index caa78c8fc1ad..0391e6f7c398 100644 --- a/dev-python/linkify-it-py/linkify-it-py-2.0.2.ebuild +++ b/dev-python/linkify-it-py/linkify-it-py-2.0.2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{10..11} ) +PYTHON_COMPAT=( pypy3 python3_{10..12} ) inherit distutils-r1 |