From 7a0d397af778cf02f0036b79252168f62db6bacc Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 7 Mar 2023 09:13:50 +0000 Subject: [PATCH] dev-python/pypugjs: enable py3.11 Closes: https://github.com/mgorny/python-bump-testing/issues/47 Closes: https://bugs.gentoo.org/896838 Signed-off-by: Sam James --- dev-python/pypugjs/pypugjs-5.9.12.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pypugjs/pypugjs-5.9.12.ebuild b/dev-python/pypugjs/pypugjs-5.9.12.ebuild index bd112099b2342..e10bf787887fd 100644 --- a/dev-python/pypugjs/pypugjs-5.9.12.ebuild +++ b/dev-python/pypugjs/pypugjs-5.9.12.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 optfeature