diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-18 18:01:39 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-18 18:10:52 +0200 |
commit | c241f8bc7d447d3cbcc1d7dbce6fe82591670de5 (patch) | |
tree | abf69d0988677ffe2bff787c774a14a7eab9e365 /dev-python/kgb/kgb-7.1.1.ebuild | |
parent | dev-python/jaraco-vcs: Enable py3.13 (diff) | |
download | gentoo-c241f8bc7d447d3cbcc1d7dbce6fe82591670de5.tar.gz gentoo-c241f8bc7d447d3cbcc1d7dbce6fe82591670de5.tar.bz2 gentoo-c241f8bc7d447d3cbcc1d7dbce6fe82591670de5.zip |
dev-python/kgb: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/kgb/kgb-7.1.1.ebuild')
-rw-r--r-- | dev-python/kgb/kgb-7.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/kgb/kgb-7.1.1.ebuild b/dev-python/kgb/kgb-7.1.1.ebuild index 9167429c4851..c91e01ad0b6b 100644 --- a/dev-python/kgb/kgb-7.1.1.ebuild +++ b/dev-python/kgb/kgb-7.1.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{10..12} ) +PYTHON_COMPAT=( pypy3 python3_{10..13} ) inherit distutils-r1 pypi |