From 1b15c7fbfc3fc754254a0dbd449119230584c4ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 21 Dec 2025 18:24:43 +0100 Subject: [PATCH] dev-python/pypugjs: Remove py3.11 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 | 2 +- dev-python/pypugjs/pypugjs-6.0.1.ebuild | 2 +- 2 files 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 e39475c29a73e..380acb065730d 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_{11..14} ) +PYTHON_COMPAT=( python3_{12..14} ) inherit distutils-r1 optfeature diff --git a/dev-python/pypugjs/pypugjs-6.0.1.ebuild b/dev-python/pypugjs/pypugjs-6.0.1.ebuild index 70531017c8374..2c10f0b801450 100644 --- a/dev-python/pypugjs/pypugjs-6.0.1.ebuild +++ b/dev-python/pypugjs/pypugjs-6.0.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{11..14} ) +PYTHON_COMPAT=( python3_{12..14} ) inherit distutils-r1 optfeature