summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-18 12:44:38 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-18 13:11:24 +0200
commitd275fe4db2a5e3ee7e7f9649362386dba4c55077 (patch)
tree076ed48c03fff565df9141cd707908cb58becd61
parentdev-python/versioneer: Enable py3.13 (diff)
downloadgentoo-d275fe4db2a5e3ee7e7f9649362386dba4c55077.tar.gz
gentoo-d275fe4db2a5e3ee7e7f9649362386dba4c55077.tar.bz2
gentoo-d275fe4db2a5e3ee7e7f9649362386dba4c55077.zip
dev-python/visitor: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/visitor/visitor-0.1.3-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/visitor/visitor-0.1.3-r2.ebuild b/dev-python/visitor/visitor-0.1.3-r2.ebuild
index 090b0bf6e1ea..307ec847837d 100644
--- a/dev-python/visitor/visitor-0.1.3-r2.ebuild
+++ b/dev-python/visitor/visitor-0.1.3-r2.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=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
inherit distutils-r1