diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2023-03-10 13:16:13 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-10 13:55:14 +0000 |
commit | 20aed0df5d08b4a5db5cf5b9ea12a0fc79707da4 (patch) | |
tree | 51a7ce6707180104b4c2c7528dd005aaede8f3ae | |
parent | dev-python/kafka-python: enable py3.11 (diff) | |
download | gentoo-20aed0df5d08b4a5db5cf5b9ea12a0fc79707da4.tar.gz gentoo-20aed0df5d08b4a5db5cf5b9ea12a0fc79707da4.tar.bz2 gentoo-20aed0df5d08b4a5db5cf5b9ea12a0fc79707da4.zip |
dev-python/fuse-python: enable py3.11
Closes: https://bugs.gentoo.org/896780
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-python/fuse-python/fuse-python-1.0.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/fuse-python/fuse-python-1.0.5.ebuild b/dev-python/fuse-python/fuse-python-1.0.5.ebuild index 0c26960a68d9..1ab69b4faafa 100644 --- a/dev-python/fuse-python/fuse-python-1.0.5.ebuild +++ b/dev-python/fuse-python/fuse-python-1.0.5.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..10} pypy3 ) +PYTHON_COMPAT=( python3_{9..11} pypy3 ) inherit distutils-r1 |