dev-python/patatt: enable py3.13

Signed-off-by: Mike Pagano <mpagano@gentoo.org>
This commit is contained in:
Mike Pagano 2025-03-18 12:49:45 -04:00
parent 0cd257f099
commit 03a3983333
No known key found for this signature in database
GPG Key ID: FA1D8A7860CC2F96

View File

@ -1,10 +1,10 @@
# Copyright 2021-2024 Gentoo Authors
# Copyright 2021-2025 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