commit: 1b15c7fbfc3fc754254a0dbd449119230584c4ae
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 21 17:24:43 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Dec 21 17:30:13 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b15c7fb
dev-python/pypugjs: Remove py3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
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 e39475c29a73..380acb065730 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 70531017c837..2c10f0b80145 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