diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-10-27 19:25:44 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-10-27 19:47:10 +0200 |
commit | 1bc8af681e974ab0ed27edf17d7fb109952e74cf (patch) | |
tree | 735e539fee1f2d1c0662062eb1836ffe32a53f28 | |
parent | dev-python/enzyme: Enable py3.12 (diff) | |
download | gentoo-1bc8af681e974ab0ed27edf17d7fb109952e74cf.tar.gz gentoo-1bc8af681e974ab0ed27edf17d7fb109952e74cf.tar.bz2 gentoo-1bc8af681e974ab0ed27edf17d7fb109952e74cf.zip |
dev-python/findimports: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/findimports/findimports-2.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/findimports/findimports-2.3.0.ebuild b/dev-python/findimports/findimports-2.3.0.ebuild index b1969355aa03..da2c3513447c 100644 --- a/dev-python/findimports/findimports-2.3.0.ebuild +++ b/dev-python/findimports/findimports-2.3.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 |