summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-11 19:30:39 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-11 19:30:39 +0200
commit4990b6b2d9f0aa3556c6db242c9b863ba1d8a6f5 (patch)
treea234e2acfa2ffa4f41ceeb602e05be074d5d2538 /dev-python/sh
parentdev-python/socksio: Enable py3.13 (diff)
downloadgentoo-4990b6b2d9f0aa3556c6db242c9b863ba1d8a6f5.tar.gz
gentoo-4990b6b2d9f0aa3556c6db242c9b863ba1d8a6f5.tar.bz2
gentoo-4990b6b2d9f0aa3556c6db242c9b863ba1d8a6f5.zip
dev-python/sh: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sh')
-rw-r--r--dev-python/sh/sh-2.0.6.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/sh/sh-2.0.6.ebuild b/dev-python/sh/sh-2.0.6.ebuild
index 225ef8c24d1c..878923a7fd9c 100644
--- a/dev-python/sh/sh-2.0.6.ebuild
+++ b/dev-python/sh/sh-2.0.6.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=poetry
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
inherit distutils-r1 pypi