From db7d43ef2d4632ba224a46ac0591bbf91705d177 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 25 May 2023 17:08:24 +0200 Subject: [PATCH] dev-python/coverage: 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/coverage/coverage-7.2.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/coverage/coverage-7.2.6.ebuild b/dev-python/coverage/coverage-7.2.6.ebuild index becc959b2e5f7..fe37d315b48eb 100644 --- a/dev-python/coverage/coverage-7.2.6.ebuild +++ b/dev-python/coverage/coverage-7.2.6.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) PYTHON_REQ_USE="threads(+),sqlite(+)" inherit distutils-r1 pypi