diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-07-01 22:16:03 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-07-01 23:15:16 +0200 |
commit | ceba7ac3859dedd489ab536b4909a3af966d90d9 (patch) | |
tree | fad5485a2c6a21f80fd6c614ff28e248ca72660b /dev-python/dissononce | |
parent | dev-python/transitions: add python3.10 support (diff) | |
download | gentoo-ceba7ac3859dedd489ab536b4909a3af966d90d9.tar.gz gentoo-ceba7ac3859dedd489ab536b4909a3af966d90d9.tar.bz2 gentoo-ceba7ac3859dedd489ab536b4909a3af966d90d9.zip |
dev-python/dissononce: add python3.10 support
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-python/dissononce')
-rw-r--r-- | dev-python/dissononce/dissononce-0.34.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/dissononce/dissononce-0.34.3-r1.ebuild b/dev-python/dissononce/dissononce-0.34.3-r1.ebuild index 5e60c2fd128a..18e6ecea9dd4 100644 --- a/dev-python/dissononce/dissononce-0.34.3-r1.ebuild +++ b/dev-python/dissononce/dissononce-0.34.3-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DISTUTILS_USE_SETUPTOOLS="bdepend" -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 |