diff options
author | Sam James <sam@gentoo.org> | 2023-05-25 05:39:31 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-25 05:39:31 +0100 |
commit | 4b4c14ed07f304f2de36d24f1067526e192734b4 (patch) | |
tree | 1591875a23c39854cbce0b35e9d04825c24871fa /dev-python/clint | |
parent | sys-apps/coreutils: Stabilize 9.3-r1 amd64, #906599 (diff) | |
download | gentoo-4b4c14ed07f304f2de36d24f1067526e192734b4.tar.gz gentoo-4b4c14ed07f304f2de36d24f1067526e192734b4.tar.bz2 gentoo-4b4c14ed07f304f2de36d24f1067526e192734b4.zip |
dev-python/clint: enable py3.12
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/clint')
-rw-r--r-- | dev-python/clint/clint-0.5.1-r4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/clint/clint-0.5.1-r4.ebuild b/dev-python/clint/clint-0.5.1-r4.ebuild index 96a0aaf538c7..99459869f5f3 100644 --- a/dev-python/clint/clint-0.5.1-r4.ebuild +++ b/dev-python/clint/clint-0.5.1-r4.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 |