diff options
author | 2022-10-27 16:53:49 +0200 | |
---|---|---|
committer | 2022-10-27 17:54:17 +0200 | |
commit | 807bf9082d67dfd62e1f210ec5715b684f63c1c0 (patch) | |
tree | ed321c66051b74fbaec44ac439fcd93bdec00cb1 /dev-python/imageio | |
parent | dev-java/logback-core: Stabilize 1.2.11-r1 arm64, #878453 (diff) | |
download | gentoo-807bf9082d67dfd62e1f210ec5715b684f63c1c0.tar.gz gentoo-807bf9082d67dfd62e1f210ec5715b684f63c1c0.tar.bz2 gentoo-807bf9082d67dfd62e1f210ec5715b684f63c1c0.zip |
dev-python/imageio: enable py3.11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/imageio')
-rw-r--r-- | dev-python/imageio/imageio-2.22.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/imageio/imageio-2.22.0-r1.ebuild b/dev-python/imageio/imageio-2.22.0-r1.ebuild index 20bd98f88e7f..3b03357eb4e7 100644 --- a/dev-python/imageio/imageio-2.22.0-r1.ebuild +++ b/dev-python/imageio/imageio-2.22.0-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 |