summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-06-17 18:51:12 +0200
committerMichał Górny <mgorny@gentoo.org>2024-06-17 19:37:03 +0200
commita29d194dbfd8bdf3fb4350bedc49d484601da90e (patch)
tree4b7dcfcb3e933b530f4c5ec8350c7e07c5c62f05 /dev-python/tavalidate
parentdev-python/sphinx-prompt: Enable py3.13 (diff)
downloadgentoo-a29d194dbfd8bdf3fb4350bedc49d484601da90e.tar.gz
gentoo-a29d194dbfd8bdf3fb4350bedc49d484601da90e.tar.bz2
gentoo-a29d194dbfd8bdf3fb4350bedc49d484601da90e.zip
dev-python/tavalidate: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/tavalidate')
-rw-r--r--dev-python/tavalidate/tavalidate-0.0.6-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/tavalidate/tavalidate-0.0.6-r1.ebuild b/dev-python/tavalidate/tavalidate-0.0.6-r1.ebuild
index 35a456295086..e020faa90a67 100644
--- a/dev-python/tavalidate/tavalidate-0.0.6-r1.ebuild
+++ b/dev-python/tavalidate/tavalidate-0.0.6-r1.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 pypi