From 0a74d2b7d32c2e56279429a69ab4b40eeb5e1cee Mon Sep 17 00:00:00 2001 From: Takuya Wakazono Date: Sat, 7 Sep 2024 21:54:55 +0900 Subject: [PATCH] dev-python/pytest-vcr: enable py3.13 Signed-off-by: Takuya Wakazono --- 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 283603d2e1..d8ad2b9224 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