diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-27 11:51:49 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-05-27 12:44:01 +0300 |
commit | 0d4f45310085cea12dff982541066d7254279ffa (patch) | |
tree | 647d31a5e9cda2d71cec91e5f34393977e454077 /dev-python/check-manifest | |
parent | dev-python/cached-property: enable py3.12 (diff) | |
download | gentoo-0d4f45310085cea12dff982541066d7254279ffa.tar.gz gentoo-0d4f45310085cea12dff982541066d7254279ffa.tar.bz2 gentoo-0d4f45310085cea12dff982541066d7254279ffa.zip |
dev-python/check-manifest: enable py3.12
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/check-manifest')
-rw-r--r-- | dev-python/check-manifest/check-manifest-0.49.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/check-manifest/check-manifest-0.49.ebuild b/dev-python/check-manifest/check-manifest-0.49.ebuild index 159c50dcdc34..8fd741db0c7d 100644 --- a/dev-python/check-manifest/check-manifest-0.49.ebuild +++ b/dev-python/check-manifest/check-manifest-0.49.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 |