summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-08 18:38:19 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-08 20:31:13 +0200
commit68a0166f7c27382eb4d9d98112f8e3e543d58ba3 (patch)
tree4783b96ec76d4e2e354ec9e31ca71e969d7210fa /dev-python/editables
parentdev-python/setuptools-scm: Enable py3.13 (diff)
downloadgentoo-68a0166f7c27382eb4d9d98112f8e3e543d58ba3.tar.gz
gentoo-68a0166f7c27382eb4d9d98112f8e3e543d58ba3.tar.bz2
gentoo-68a0166f7c27382eb4d9d98112f8e3e543d58ba3.zip
dev-python/editables: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/editables')
-rw-r--r--dev-python/editables/editables-0.5.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/editables/editables-0.5.ebuild b/dev-python/editables/editables-0.5.ebuild
index 0984046e406e..52cf46aee0df 100644
--- a/dev-python/editables/editables-0.5.ebuild
+++ b/dev-python/editables/editables-0.5.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2022-2023 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
inherit distutils-r1