diff options
author | Louis Sautier <sbraz@gentoo.org> | 2021-08-18 00:52:22 +0200 |
---|---|---|
committer | Louis Sautier <sbraz@gentoo.org> | 2021-08-18 00:52:28 +0200 |
commit | c8c6fe15ce8fe09ddd42292f8d7229bce0fcbb8f (patch) | |
tree | 2ba4452e638b797cf8f2a59c5b58c7023f16758e /app-text/xmldiff | |
parent | dev-db/mariadb: re-introduce mariadb mirrors (diff) | |
download | gentoo-c8c6fe15ce8fe09ddd42292f8d7229bce0fcbb8f.tar.gz gentoo-c8c6fe15ce8fe09ddd42292f8d7229bce0fcbb8f.tar.bz2 gentoo-c8c6fe15ce8fe09ddd42292f8d7229bce0fcbb8f.zip |
app-text/xmldiff: enable py3.10 and disable py3.7
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Diffstat (limited to 'app-text/xmldiff')
-rw-r--r-- | app-text/xmldiff/xmldiff-2.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/xmldiff/xmldiff-2.4.ebuild b/app-text/xmldiff/xmldiff-2.4.ebuild index 77e4b4f9ab53..16acc93ca983 100644 --- a/app-text/xmldiff/xmldiff-2.4.ebuild +++ b/app-text/xmldiff/xmldiff-2.4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_USE_SETUPTOOLS="rdepend" inherit distutils-r1 |