commit: 26ffed65ca4024de91852a33b8fcee7b6d68b752
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 8 19:13:19 2026 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Mar 8 19:19:14 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26ffed65
dev-python/gfloat: Drop py3.11 (following IPython)
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/gfloat/gfloat-0.3.ebuild | 4 ++--
dev-python/gfloat/gfloat-0.4.ebuild | 4 ++--
dev-python/gfloat/gfloat-0.5.2.ebuild | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/dev-python/gfloat/gfloat-0.3.ebuild
b/dev-python/gfloat/gfloat-0.3.ebuild
index dae15ee996fb..e3cff5a5cffe 100644
--- a/dev-python/gfloat/gfloat-0.3.ebuild
+++ b/dev-python/gfloat/gfloat-0.3.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2024-2025 Gentoo Authors
+# Copyright 2024-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{12..13} )
inherit distutils-r1 pypi
diff --git a/dev-python/gfloat/gfloat-0.4.ebuild
b/dev-python/gfloat/gfloat-0.4.ebuild
index 8c2e980f83de..0d6ed5d57ba8 100644
--- a/dev-python/gfloat/gfloat-0.4.ebuild
+++ b/dev-python/gfloat/gfloat-0.4.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2024-2025 Gentoo Authors
+# Copyright 2024-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{12..13} )
inherit distutils-r1 pypi
diff --git a/dev-python/gfloat/gfloat-0.5.2.ebuild
b/dev-python/gfloat/gfloat-0.5.2.ebuild
index 6c5dc082fecf..68fdd7665f88 100644
--- a/dev-python/gfloat/gfloat-0.5.2.ebuild
+++ b/dev-python/gfloat/gfloat-0.5.2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2024-2025 Gentoo Authors
+# Copyright 2024-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{12..13} )
inherit distutils-r1 pypi