From bad19fb5f07b29229b648568808469eccbdfb44b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 30 May 2023 20:35:22 +0200 Subject: [PATCH] dev-python/watchfiles: 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/watchfiles/watchfiles-0.19.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/watchfiles/watchfiles-0.19.0.ebuild b/dev-python/watchfiles/watchfiles-0.19.0.ebuild index e935ac37886af..2b98e7d0aa301 100644 --- a/dev-python/watchfiles/watchfiles-0.19.0.ebuild +++ b/dev-python/watchfiles/watchfiles-0.19.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=maturin -PYTHON_COMPAT=( python3_{9..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) CRATES=" autocfg-1.1.0