diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-06-12 21:00:42 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-06-12 21:00:42 +0200 |
commit | ef49ee8cfcf45ff816d04409a32f1535c4d26e12 (patch) | |
tree | 3f950d1ba69efb097bfcd217ca26e12f70cb45a5 /dev-python | |
parent | dev-python/jsonschema-path: Enable py3.13 (diff) | |
download | gentoo-ef49ee8cfcf45ff816d04409a32f1535c4d26e12.tar.gz gentoo-ef49ee8cfcf45ff816d04409a32f1535c4d26e12.tar.bz2 gentoo-ef49ee8cfcf45ff816d04409a32f1535c4d26e12.zip |
dev-python/kconfiglib: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/kconfiglib/kconfiglib-14.1.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/kconfiglib/kconfiglib-14.1.0-r1.ebuild b/dev-python/kconfiglib/kconfiglib-14.1.0-r1.ebuild index 2a7b13228389..8e0268162530 100644 --- a/dev-python/kconfiglib/kconfiglib-14.1.0-r1.ebuild +++ b/dev-python/kconfiglib/kconfiglib-14.1.0-r1.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} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) PYTHON_REQ_USE="ncurses" inherit distutils-r1 |