diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-18 11:04:58 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-18 11:29:01 +0200 |
commit | 63a087d3b92873ef54019033649f074dc46d49db (patch) | |
tree | 7ca04173af5cd291e494270982bcead2061e5489 /dev-python/shellingham | |
parent | dev-python/serverfiles: Enable py3.13 (diff) | |
download | gentoo-63a087d3b92873ef54019033649f074dc46d49db.tar.gz gentoo-63a087d3b92873ef54019033649f074dc46d49db.tar.bz2 gentoo-63a087d3b92873ef54019033649f074dc46d49db.zip |
dev-python/shellingham: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/shellingham')
-rw-r--r-- | dev-python/shellingham/shellingham-1.5.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/shellingham/shellingham-1.5.4.ebuild b/dev-python/shellingham/shellingham-1.5.4.ebuild index 385c95465815..5419a7529cdd 100644 --- a/dev-python/shellingham/shellingham-1.5.4.ebuild +++ b/dev-python/shellingham/shellingham-1.5.4.ebuild @@ -1,10 +1,10 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-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 |