diff options
| author | 2022-05-29 22:54:40 +0200 | |
|---|---|---|
| committer | 2022-05-29 23:04:52 +0200 | |
| commit | 2aa9cece056c77f2256c7268392af16d1033092d (patch) | |
| tree | 7a4465002c37af1a472d9ed1a30f2128e652dfb8 | |
| parent | dev-python/schedule: EAPI 8 (diff) | |
| download | guru-2aa9cece056c77f2256c7268392af16d1033092d.tar.gz guru-2aa9cece056c77f2256c7268392af16d1033092d.tar.bz2 guru-2aa9cece056c77f2256c7268392af16d1033092d.zip | |
dev-python/python-zunclient: enable py3.10
Closes: https://bugs.gentoo.org/848336
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
| -rw-r--r-- | dev-python/python-zunclient/python-zunclient-4.5.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-zunclient/python-zunclient-4.5.0.ebuild b/dev-python/python-zunclient/python-zunclient-4.5.0.ebuild index a761a1c40..6ff7dba8d 100644 --- a/dev-python/python-zunclient/python-zunclient-4.5.0.ebuild +++ b/dev-python/python-zunclient/python-zunclient-4.5.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 |
