diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-06-03 19:44:05 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-06-03 19:45:46 +0200 |
commit | be97967ef7570802676601d40612edaa683c8939 (patch) | |
tree | defe667887f22fdf02ff4147a05d3e7354342193 /dev-python/pyphen | |
parent | dev-python/pyproject-api: Enable py3.12 (diff) | |
download | gentoo-be97967ef7570802676601d40612edaa683c8939.tar.gz gentoo-be97967ef7570802676601d40612edaa683c8939.tar.bz2 gentoo-be97967ef7570802676601d40612edaa683c8939.zip |
dev-python/pyphen: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyphen')
-rw-r--r-- | dev-python/pyphen/pyphen-0.14.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyphen/pyphen-0.14.0.ebuild b/dev-python/pyphen/pyphen-0.14.0.ebuild index 3d40ad7ca33c..d03f8215a94d 100644 --- a/dev-python/pyphen/pyphen-0.14.0.ebuild +++ b/dev-python/pyphen/pyphen-0.14.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 pypi |