commit: b21fc5ce53a1a361b7c60f2157cde247c9314f9f
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 30 02:24:48 2023 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Thu Mar 30 02:25:23 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b21fc5ce
dev-python/pychromecast: enable py3.11
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
dev-python/pychromecast/pychromecast-13.0.6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pychromecast/pychromecast-13.0.6.ebuild
b/dev-python/pychromecast/pychromecast-13.0.6.ebuild
index 0faff3278e61..1c1b32308cfc 100644
--- a/dev-python/pychromecast/pychromecast-13.0.6.ebuild
+++ b/dev-python/pychromecast/pychromecast-13.0.6.ebuild
@@ -6,7 +6,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
PYPI_PN=PyChromecast
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1 pypi