diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-07-27 17:57:31 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-07-27 17:57:31 +0200 |
commit | 1f7a44ad43695a9188af08ff6a7886205367ffa0 (patch) | |
tree | 096a0354560f91a3a7192d48866d42e7229bebf8 /dev-python/autoprop | |
parent | dev-python/python-dbusmock: Enable py3.12 (diff) | |
download | gentoo-1f7a44ad43695a9188af08ff6a7886205367ffa0.tar.gz gentoo-1f7a44ad43695a9188af08ff6a7886205367ffa0.tar.bz2 gentoo-1f7a44ad43695a9188af08ff6a7886205367ffa0.zip |
dev-python/autoprop: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/autoprop')
-rw-r--r-- | dev-python/autoprop/autoprop-4.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/autoprop/autoprop-4.1.0.ebuild b/dev-python/autoprop/autoprop-4.1.0.ebuild index 9a976a470088..27fd422a5abf 100644 --- a/dev-python/autoprop/autoprop-4.1.0.ebuild +++ b/dev-python/autoprop/autoprop-4.1.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 |