summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-18 12:44:46 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-18 13:11:30 +0200
commit443cf065b1d787e729dd1b0cab77cc5f886b7fbf (patch)
treeb6122b17446f2c288f6120a32e0c765bae0b1961
parentdev-python/warlock: Enable py3.13 (diff)
downloadgentoo-443cf065b1d787e729dd1b0cab77cc5f886b7fbf.tar.gz
gentoo-443cf065b1d787e729dd1b0cab77cc5f886b7fbf.tar.bz2
gentoo-443cf065b1d787e729dd1b0cab77cc5f886b7fbf.zip
dev-python/whisper: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/whisper/whisper-1.1.10.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/whisper/whisper-1.1.10.ebuild b/dev-python/whisper/whisper-1.1.10.ebuild
index 1a41146c2dd5..c27c1d6ec50a 100644
--- a/dev-python/whisper/whisper-1.1.10.ebuild
+++ b/dev-python/whisper/whisper-1.1.10.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=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
inherit distutils-r1