commit: ae15cbda97156f8ceec14b2c209865fc07f59dc3
Author: Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com>
AuthorDate: Mon Dec 22 17:02:10 2025 +0000
Commit: Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com>
CommitDate: Mon Dec 22 17:02:10 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ae15cbda
dev-python/textual-dev: Remove py3.11
Signed-off-by: Paul Zander <negril.nx+gentoo <AT> gmail.com>
dev-python/textual-dev/textual-dev-1.7.0.ebuild | 4 ++--
dev-python/textual-dev/textual-dev-1.8.0.ebuild | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/textual-dev/textual-dev-1.7.0.ebuild
b/dev-python/textual-dev/textual-dev-1.7.0.ebuild
index 30ab2314b1..b313ffea6d 100644
--- a/dev-python/textual-dev/textual-dev-1.7.0.ebuild
+++ b/dev-python/textual-dev/textual-dev-1.7.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{12..13} )
inherit distutils-r1
diff --git a/dev-python/textual-dev/textual-dev-1.8.0.ebuild
b/dev-python/textual-dev/textual-dev-1.8.0.ebuild
index 0c7940dee2..b313ffea6d 100644
--- a/dev-python/textual-dev/textual-dev-1.8.0.ebuild
+++ b/dev-python/textual-dev/textual-dev-1.8.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{12..13} )
inherit distutils-r1