summaryrefslogtreecommitdiff
path: root/dev-python/bpython
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-12-21 19:03:44 +0100
committerMichał Górny <mgorny@gentoo.org>2025-12-21 19:03:44 +0100
commitbb0ef98b1bf77205539140f57c55579917b72296 (patch)
tree688cc29d2c863bb0ae2706eefe5e23bd9e412e86 /dev-python/bpython
parentc64d0fa51e246bb37bcc0eaed1a882bf44954a10 (diff)
downloadgentoo-bb0ef98b1bf77205539140f57c55579917b72296.tar.gz
gentoo-bb0ef98b1bf77205539140f57c55579917b72296.tar.bz2
gentoo-bb0ef98b1bf77205539140f57c55579917b72296.zip
dev-python/bpython: Remove py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/bpython')
-rw-r--r--dev-python/bpython/bpython-0.25.ebuild2
-rw-r--r--dev-python/bpython/bpython-0.26.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/bpython/bpython-0.25.ebuild b/dev-python/bpython/bpython-0.25.ebuild
index f5d255b95932..eb988f65fccb 100644
--- a/dev-python/bpython/bpython-0.25.ebuild
+++ b/dev-python/bpython/bpython-0.25.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{12..13} )
inherit distutils-r1 pypi
diff --git a/dev-python/bpython/bpython-0.26.ebuild b/dev-python/bpython/bpython-0.26.ebuild
index 4cecd1e38940..331bf41b2fbf 100644
--- a/dev-python/bpython/bpython-0.26.ebuild
+++ b/dev-python/bpython/bpython-0.26.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..14} )
+PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1 pypi