diff options
| author | Michał Górny <mgorny@gentoo.org> | 2024-05-18 09:54:22 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2024-05-18 10:09:15 +0200 |
| commit | 02ca73a4ddef6346376276b03cecab1293b5ac00 (patch) | |
| tree | 9ea2cf2afc0bca19b609450e154160ef4225d1ed /dev-python/pyproject-api | |
| parent | df8306c5cfd3a0a4edd65067dbbf0ad372f146e8 (diff) | |
dev-python/pyproject-api: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyproject-api')
| -rw-r--r-- | dev-python/pyproject-api/pyproject-api-1.6.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyproject-api/pyproject-api-1.6.1.ebuild b/dev-python/pyproject-api/pyproject-api-1.6.1.ebuild index 1d96554b6697..6546b3146a8e 100644 --- a/dev-python/pyproject-api/pyproject-api-1.6.1.ebuild +++ b/dev-python/pyproject-api/pyproject-api-1.6.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=hatchling -PYTHON_COMPAT=( pypy3 python3_{10..12} ) +PYTHON_COMPAT=( pypy3 python3_{10..13} ) inherit distutils-r1 pypi |
