diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-06-01 15:59:19 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-06-01 16:00:57 +0200 |
commit | 4282bc3264524701c66a99951c030f45ee5a66e5 (patch) | |
tree | de5196ba907492e6a344ffb43abca446a95690c3 /dev-python/python-debian | |
parent | dev-python/pytest-aiohttp: Enable py3.12 (diff) | |
download | gentoo-4282bc3264524701c66a99951c030f45ee5a66e5.tar.gz gentoo-4282bc3264524701c66a99951c030f45ee5a66e5.tar.bz2 gentoo-4282bc3264524701c66a99951c030f45ee5a66e5.zip |
dev-python/python-debian: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-debian')
-rw-r--r-- | dev-python/python-debian/python-debian-0.1.49.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/python-debian/python-debian-0.1.49.ebuild b/dev-python/python-debian/python-debian-0.1.49.ebuild index fd88bfd9199c..d97afed7f39a 100644 --- a/dev-python/python-debian/python-debian-0.1.49.ebuild +++ b/dev-python/python-debian/python-debian-0.1.49.ebuild @@ -1,10 +1,10 @@ -# Copyright 2011-2022 Gentoo Authors +# Copyright 2011-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 |