diff options
author | 2024-06-24 22:24:28 +0200 | |
---|---|---|
committer | 2024-06-24 22:27:14 +0200 | |
commit | abb43ea2e3063dbc906d217a32c512533d1fabc3 (patch) | |
tree | 3bf6fd957f65c77dcd91cd32dba5232b71e3092e /dev-python/pyte | |
parent | dev-build/cmake: Drop virtualx, use QT_QPA_PLATFORM=offscreen instead (diff) | |
download | gentoo-abb43ea2e3063dbc906d217a32c512533d1fabc3.tar.gz gentoo-abb43ea2e3063dbc906d217a32c512533d1fabc3.tar.bz2 gentoo-abb43ea2e3063dbc906d217a32c512533d1fabc3.zip |
dev-python/pyte: enable py3.13
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'dev-python/pyte')
-rw-r--r-- | dev-python/pyte/pyte-0.8.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyte/pyte-0.8.2.ebuild b/dev-python/pyte/pyte-0.8.2.ebuild index 56b5025b1938..b3f755abf76d 100644 --- a/dev-python/pyte/pyte-0.8.2.ebuild +++ b/dev-python/pyte/pyte-0.8.2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 |