diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-03-30 22:00:20 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-03-30 22:01:00 +0300 |
commit | 5140562f6e4a08b31d3a0e1ce09d40dd0882ff7e (patch) | |
tree | 782679c93a8d61fb359d51dfbba88d23dfbeff18 /dev-python/ewmh/ewmh-0.1.6.ebuild | |
parent | dev-python/ssl-fetch: enable py3.12 (diff) | |
download | gentoo-5140562f6e4a08b31d3a0e1ce09d40dd0882ff7e.tar.gz gentoo-5140562f6e4a08b31d3a0e1ce09d40dd0882ff7e.tar.bz2 gentoo-5140562f6e4a08b31d3a0e1ce09d40dd0882ff7e.zip |
dev-python/ewmh: enable py3.12
Verified by checking all the code upstream
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/ewmh/ewmh-0.1.6.ebuild')
-rw-r--r-- | dev-python/ewmh/ewmh-0.1.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/ewmh/ewmh-0.1.6.ebuild b/dev-python/ewmh/ewmh-0.1.6.ebuild index 9c1636fe1750..da8b391017c5 100644 --- a/dev-python/ewmh/ewmh-0.1.6.ebuild +++ b/dev-python/ewmh/ewmh-0.1.6.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi |