diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2023-03-29 21:24:48 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2023-03-29 21:25:23 -0500 |
commit | b21fc5ce53a1a361b7c60f2157cde247c9314f9f (patch) | |
tree | cccbc43a034defc09c043615783e1df67d22b3f2 /dev-python/pychromecast | |
parent | dev-python/pychromecast: add 13.0.6 (diff) | |
download | gentoo-b21fc5ce53a1a361b7c60f2157cde247c9314f9f.tar.gz gentoo-b21fc5ce53a1a361b7c60f2157cde247c9314f9f.tar.bz2 gentoo-b21fc5ce53a1a361b7c60f2157cde247c9314f9f.zip |
dev-python/pychromecast: enable py3.11
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/pychromecast')
-rw-r--r-- | dev-python/pychromecast/pychromecast-13.0.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |