commit: 2130fa9b1fdbd66306591b3a031529c50e16310f
Author: John Helmert III <ajak <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 21 19:32:53 2022 +0000
Commit: John Helmert III <ajak <AT> gentoo <DOT> org>
CommitDate: Fri Oct 21 19:56:33 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2130fa9b
media-sound/pulsemixer: add python3_11
Signed-off-by: John Helmert III <ajak <AT> gentoo.org>
media-sound/pulsemixer/pulsemixer-1.5.1-r1.ebuild | 2 +-
media-sound/pulsemixer/pulsemixer-1.5.1.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-sound/pulsemixer/pulsemixer-1.5.1-r1.ebuild
b/media-sound/pulsemixer/pulsemixer-1.5.1-r1.ebuild
index 114d7ce451a3..fbca22552e0e 100644
--- a/media-sound/pulsemixer/pulsemixer-1.5.1-r1.ebuild
+++ b/media-sound/pulsemixer/pulsemixer-1.5.1-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
PYTHON_REQ_USE="ncurses"
inherit distutils-r1
diff --git a/media-sound/pulsemixer/pulsemixer-1.5.1.ebuild
b/media-sound/pulsemixer/pulsemixer-1.5.1.ebuild
index a4059e5a370c..da8bb8c38bf1 100644
--- a/media-sound/pulsemixer/pulsemixer-1.5.1.ebuild
+++ b/media-sound/pulsemixer/pulsemixer-1.5.1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
PYTHON_REQ_USE="ncurses"
inherit distutils-r1