diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-07-28 15:48:39 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-07-28 16:05:39 +0200 |
commit | f2f338451f5ea0e7cc4d31a51e02ca3ad66a9f3c (patch) | |
tree | ed0dfa979cacb11d68e7aaf25d389fd0905ea60d /dev-python | |
parent | dev-python/MechanicalSoup: Enable py3.12 (diff) | |
download | gentoo-f2f338451f5ea0e7cc4d31a51e02ca3ad66a9f3c.tar.gz gentoo-f2f338451f5ea0e7cc4d31a51e02ca3ad66a9f3c.tar.bz2 gentoo-f2f338451f5ea0e7cc4d31a51e02ca3ad66a9f3c.zip |
dev-python/accessible-pygments: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/accessible-pygments/accessible-pygments-0.0.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/accessible-pygments/accessible-pygments-0.0.4.ebuild b/dev-python/accessible-pygments/accessible-pygments-0.0.4.ebuild index 74f1064824f4..be4e6dbb1352 100644 --- a/dev-python/accessible-pygments/accessible-pygments-0.0.4.ebuild +++ b/dev-python/accessible-pygments/accessible-pygments-0.0.4.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{9..11} ) +PYTHON_COMPAT=( pypy3 python3_{10..12} ) inherit distutils-r1 |