From 6c13aa971ff8059bc64d042c1c43aa330ef4dd58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 17 Oct 2025 21:37:42 +0200 Subject: [PATCH] dev-python/pypugjs: Enable py3.14 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/pypugjs/pypugjs-5.12.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pypugjs/pypugjs-5.12.0.ebuild b/dev-python/pypugjs/pypugjs-5.12.0.ebuild index a2643ccea829a..e39475c29a73e 100644 --- a/dev-python/pypugjs/pypugjs-5.12.0.ebuild +++ b/dev-python/pypugjs/pypugjs-5.12.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit distutils-r1 optfeature @@ -32,11 +32,11 @@ BDEPEND=" >=dev-python/flask-2.1.1[${PYTHON_USEDEP}] >=dev-python/jinja2-3.1.1[${PYTHON_USEDEP}] >=dev-python/mako-1.1.3[${PYTHON_USEDEP}] - >=dev-python/pytest-asyncio-0.19.0[${PYTHON_USEDEP}] >=dev-python/tornado-6.0.4[${PYTHON_USEDEP}] ) " +EPYTEST_PLUGINS=( pytest-asyncio ) distutils_enable_tests pytest src_prepare() {