commit:     881d7a7e37b551014c993c57fd669cd40331b55f
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 16 07:55:49 2024 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Sun Jun 16 08:11:08 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=881d7a7e

dev-python/openapi-spec-validator: enable py3.13

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 dev-python/openapi-spec-validator/openapi-spec-validator-0.7.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-python/openapi-spec-validator/openapi-spec-validator-0.7.1.ebuild 
b/dev-python/openapi-spec-validator/openapi-spec-validator-0.7.1.ebuild
index 77e12ab9fb16..da05d304c727 100644
--- a/dev-python/openapi-spec-validator/openapi-spec-validator-0.7.1.ebuild
+++ b/dev-python/openapi-spec-validator/openapi-spec-validator-0.7.1.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=poetry
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
 
 inherit distutils-r1 pypi
 

Reply via email to