summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-08 18:39:33 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-08 20:31:17 +0200
commitb5f9ef972112105c3d061bc46c22db992a2191a0 (patch)
treeabbcc04fcb2face28e4271dc3bed8e7734c77489 /dev-python/hatch-vcs
parentdev-python/hatchling: Enable py3.13 (diff)
downloadgentoo-b5f9ef972112105c3d061bc46c22db992a2191a0.tar.gz
gentoo-b5f9ef972112105c3d061bc46c22db992a2191a0.tar.bz2
gentoo-b5f9ef972112105c3d061bc46c22db992a2191a0.zip
dev-python/hatch-vcs: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/hatch-vcs')
-rw-r--r--dev-python/hatch-vcs/hatch-vcs-0.4.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/hatch-vcs/hatch-vcs-0.4.0.ebuild b/dev-python/hatch-vcs/hatch-vcs-0.4.0.ebuild
index 08720366cf75..60287b2f1dfa 100644
--- a/dev-python/hatch-vcs/hatch-vcs-0.4.0.ebuild
+++ b/dev-python/hatch-vcs/hatch-vcs-0.4.0.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=hatchling
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
inherit distutils-r1