From 30b59cacdad4686ff600deaa66c1a25f50e11554 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 28 May 2023 04:48:43 +0200 Subject: dev-python/pytest-metadata: Enable py3.12 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/pytest-metadata/pytest-metadata-3.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/pytest-metadata') diff --git a/dev-python/pytest-metadata/pytest-metadata-3.0.0.ebuild b/dev-python/pytest-metadata/pytest-metadata-3.0.0.ebuild index 3ade758cdf43..9ddfbd45eedc 100644 --- a/dev-python/pytest-metadata/pytest-metadata-3.0.0.ebuild +++ b/dev-python/pytest-metadata/pytest-metadata-3.0.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{10..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) inherit distutils-r1 pypi -- cgit v1.2.3-65-gdbad