summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@gentoo.org>2024-06-19 17:14:17 +0200
committerPetr Vaněk <arkamar@gentoo.org>2024-06-19 17:42:26 +0200
commit0c183d1a9b117f5ce5427f7153e236840b5b2693 (patch)
treef4463d139c89fe9e71fa65b08d6d53c0acb6913e /dev-python/Pyro5
parentdev-python/serpent: enable py3.13 (diff)
downloadgentoo-0c183d1a9b117f5ce5427f7153e236840b5b2693.tar.gz
gentoo-0c183d1a9b117f5ce5427f7153e236840b5b2693.tar.bz2
gentoo-0c183d1a9b117f5ce5427f7153e236840b5b2693.zip
dev-python/Pyro5: enable py3.13
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'dev-python/Pyro5')
-rw-r--r--dev-python/Pyro5/Pyro5-5.15-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/Pyro5/Pyro5-5.15-r1.ebuild b/dev-python/Pyro5/Pyro5-5.15-r1.ebuild
index 2d3c0ae5bb4c..6a65b9fdf96b 100644
--- a/dev-python/Pyro5/Pyro5-5.15-r1.ebuild
+++ b/dev-python/Pyro5/Pyro5-5.15-r1.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
PYTHON_REQ_USE="sqlite"
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi