dev-python/cftime: enable pypy3_11

Signed-off-by: Nowa Ammerlaan <nowa@gentoo.org>
This commit is contained in:
Nowa Ammerlaan
2025-03-22 11:58:53 +01:00
parent 58b597b132
commit b2da54fb97

View File

@@ -1,11 +1,11 @@
# Copyright 2020-2024 Gentoo Authors
# Copyright 2020-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..13} )
PYTHON_COMPAT=( pypy3_11 python3_{10..13} )
inherit distutils-r1 pypi