diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-11-01 08:48:13 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-11-01 09:41:56 +0200 |
commit | 4c274c47b62a525c9b8f00b43b226cba41a7205b (patch) | |
tree | ba2febcc49f3f53798f01ef59e8c1c21207c1c90 /dev-python/fuse-python | |
parent | dev-ruby/tokyocabinet: EAPI 8; add ruby30; fix extension install (diff) | |
download | gentoo-4c274c47b62a525c9b8f00b43b226cba41a7205b.tar.gz gentoo-4c274c47b62a525c9b8f00b43b226cba41a7205b.tar.bz2 gentoo-4c274c47b62a525c9b8f00b43b226cba41a7205b.zip |
dev-python/fuse-python: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/fuse-python')
-rw-r--r-- | dev-python/fuse-python/fuse-python-1.0.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/fuse-python/fuse-python-1.0.4.ebuild b/dev-python/fuse-python/fuse-python-1.0.4.ebuild index a79e2094d4d4..705b081a3d76 100644 --- a/dev-python/fuse-python/fuse-python-1.0.4.ebuild +++ b/dev-python/fuse-python/fuse-python-1.0.4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} pypy3 ) +PYTHON_COMPAT=( python3_{8..10} pypy3 ) inherit distutils-r1 |