summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-18 11:04:58 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-18 11:29:01 +0200
commit63a087d3b92873ef54019033649f074dc46d49db (patch)
tree7ca04173af5cd291e494270982bcead2061e5489 /dev-python/shellingham
parentdev-python/serverfiles: Enable py3.13 (diff)
downloadgentoo-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.ebuild4
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