diff options
author | 2023-06-22 07:55:10 +0200 | |
---|---|---|
committer | 2023-06-22 16:16:18 +0200 | |
commit | d90915ce560ea0f28a1b99a0f302be1f9580825a (patch) | |
tree | 0aa53a18044da08f8a8b56f58370cfdf92fa2db8 /dev-python/debtcollector | |
parent | dev-python/oslo-i18n: enable py3.12 (diff) | |
download | gentoo-d90915ce560ea0f28a1b99a0f302be1f9580825a.tar.gz gentoo-d90915ce560ea0f28a1b99a0f302be1f9580825a.tar.bz2 gentoo-d90915ce560ea0f28a1b99a0f302be1f9580825a.zip |
dev-python/debtcollector: enable py3.12
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/debtcollector')
-rw-r--r-- | dev-python/debtcollector/debtcollector-2.5.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/debtcollector/debtcollector-2.5.0.ebuild b/dev-python/debtcollector/debtcollector-2.5.0.ebuild index 9ef9a69eec2a..8d03be84b3d6 100644 --- a/dev-python/debtcollector/debtcollector-2.5.0.ebuild +++ b/dev-python/debtcollector/debtcollector-2.5.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 pypi |