summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-18 18:15:46 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-18 18:32:09 +0200
commit8c2c32295a852bc97c3252224c81bba3eac4ebd5 (patch)
tree33b31aa0d3e3b37dc0c05176425f17b7890e11b9
parentdev-python/lit: Enable py3.13 (diff)
downloadgentoo-8c2c32295a852bc97c3252224c81bba3eac4ebd5.tar.gz
gentoo-8c2c32295a852bc97c3252224c81bba3eac4ebd5.tar.bz2
gentoo-8c2c32295a852bc97c3252224c81bba3eac4ebd5.zip
dev-python/prompt-toolkit: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/prompt-toolkit/prompt-toolkit-3.0.43.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/prompt-toolkit/prompt-toolkit-3.0.43.ebuild b/dev-python/prompt-toolkit/prompt-toolkit-3.0.43.ebuild
index 082b151da3d1..f8f79b9f3357 100644
--- a/dev-python/prompt-toolkit/prompt-toolkit-3.0.43.ebuild
+++ b/dev-python/prompt-toolkit/prompt-toolkit-3.0.43.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 pypi