summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-18 10:43:28 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-18 10:59:08 +0200
commit3bd9c09287535a13aac39167eac287b1c04c9c0a (patch)
tree16d4b546e8e20756c803b43fa1cbf8a0a22e6302
parentdev-python/re-assert: Enable py3.13 (diff)
downloadgentoo-3bd9c09287535a13aac39167eac287b1c04c9c0a.tar.gz
gentoo-3bd9c09287535a13aac39167eac287b1c04c9c0a.tar.bz2
gentoo-3bd9c09287535a13aac39167eac287b1c04c9c0a.zip
dev-python/reedsolo: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/reedsolo/reedsolo-2.1.1_beta1-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/reedsolo/reedsolo-2.1.1_beta1-r2.ebuild b/dev-python/reedsolo/reedsolo-2.1.1_beta1-r2.ebuild
index d88408f4e74a..9de977325536 100644
--- a/dev-python/reedsolo/reedsolo-2.1.1_beta1-r2.ebuild
+++ b/dev-python/reedsolo/reedsolo-2.1.1_beta1-r2.ebuild
@@ -1,11 +1,11 @@
-# Copyright 2021-2023 Gentoo Authors
+# Copyright 2021-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 pypi