diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-06-05 15:31:15 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-06-05 15:34:26 +0200 |
commit | e9941b616cc680094ac1aa14d04f8a460f2cde26 (patch) | |
tree | ee225ad55931525844301a2ea0b2f4348605c4c3 /dev-python/editorconfig-core-py | |
parent | dev-python/doctest-ignore-unicode: Enable py3.10 (diff) | |
download | gentoo-e9941b616cc680094ac1aa14d04f8a460f2cde26.tar.gz gentoo-e9941b616cc680094ac1aa14d04f8a460f2cde26.tar.bz2 gentoo-e9941b616cc680094ac1aa14d04f8a460f2cde26.zip |
dev-python/editorconfig-core-py: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/editorconfig-core-py')
-rw-r--r-- | dev-python/editorconfig-core-py/editorconfig-core-py-0.12.3-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/editorconfig-core-py/editorconfig-core-py-0.12.3-r1.ebuild b/dev-python/editorconfig-core-py/editorconfig-core-py-0.12.3-r1.ebuild index f2519a9bee87..33ce2edc0308 100644 --- a/dev-python/editorconfig-core-py/editorconfig-core-py-0.12.3-r1.ebuild +++ b/dev-python/editorconfig-core-py/editorconfig-core-py-0.12.3-r1.ebuild @@ -1,10 +1,9 @@ -# 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=rdepend -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit cmake distutils-r1 TESTVER="abb579e00f2deeede91cb485e53512efab9c6474" |