summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-07-07 17:02:11 +0200
committerMichał Górny <mgorny@gentoo.org>2024-07-07 17:36:47 +0200
commit8437c5447302209d08784fe3b13ad4c136a0afdd (patch)
tree7e51ef4c9be97f83c34f0217c7c745d9fd0394f1 /dev-python/entrypoint2
parentdev-python/easyprocess: Enable py3.13 (diff)
downloadgentoo-8437c5447302209d08784fe3b13ad4c136a0afdd.tar.gz
gentoo-8437c5447302209d08784fe3b13ad4c136a0afdd.tar.bz2
gentoo-8437c5447302209d08784fe3b13ad4c136a0afdd.zip
dev-python/entrypoint2: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/entrypoint2')
-rw-r--r--dev-python/entrypoint2/entrypoint2-1.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/entrypoint2/entrypoint2-1.1.ebuild b/dev-python/entrypoint2/entrypoint2-1.1.ebuild
index c34a12beceb6..5b4475a8bea4 100644
--- a/dev-python/entrypoint2/entrypoint2-1.1.ebuild
+++ b/dev-python/entrypoint2/entrypoint2-1.1.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=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1