commit: 0a74d2b7d32c2e56279429a69ab4b40eeb5e1cee
Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sat Sep 7 12:54:55 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sat Sep 7 12:54:55 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0a74d2b7
dev-python/pytest-vcr: enable py3.13
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>
dev-python/pytest-vcr/pytest-vcr-1.0.2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/pytest-vcr/pytest-vcr-1.0.2.ebuild
b/dev-python/pytest-vcr/pytest-vcr-1.0.2.ebuild
index 283603d2e..d8ad2b922 100644
--- a/dev-python/pytest-vcr/pytest-vcr-1.0.2.ebuild
+++ b/dev-python/pytest-vcr/pytest-vcr-1.0.2.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
DOCS_BUILDER="mkdocs"
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
DISTUTILS_USE_PEP517="setuptools"
inherit distutils-r1 docs