diff options
author | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2022-05-28 17:01:25 +0200 |
---|---|---|
committer | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2022-05-28 17:01:25 +0200 |
commit | 7a5578a108c3e63697dbbee5e716fc62dea357e2 (patch) | |
tree | f165a1f97b5e296439ba844c91b382ba4641a64a /dev-python/python-manilaclient | |
parent | dev-python/xattr: enable py3.11 (diff) | |
download | guru-7a5578a108c3e63697dbbee5e716fc62dea357e2.tar.gz guru-7a5578a108c3e63697dbbee5e716fc62dea357e2.tar.bz2 guru-7a5578a108c3e63697dbbee5e716fc62dea357e2.zip |
dev-python/python-manilaclient: enable py3.10
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'dev-python/python-manilaclient')
-rw-r--r-- | dev-python/python-manilaclient/python-manilaclient-3.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-manilaclient/python-manilaclient-3.4.0.ebuild b/dev-python/python-manilaclient/python-manilaclient-3.4.0.ebuild index a0c603b3a..123123a8b 100644 --- a/dev-python/python-manilaclient/python-manilaclient-3.4.0.ebuild +++ b/dev-python/python-manilaclient/python-manilaclient-3.4.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 EPYTEST_IGNORE=( manilaclient/tests/functional ) -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 |