diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-06-05 20:18:59 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-06-05 20:18:59 +0200 |
commit | 6ac86155e047c225f0c0c1509374d7b83a3844ed (patch) | |
tree | b7623e427aae5a8a39ceb45d27a8ad474652f60a /dev-python/spur | |
parent | dev-python/speaklater: Enable py3.10 (diff) | |
download | gentoo-6ac86155e047c225f0c0c1509374d7b83a3844ed.tar.gz gentoo-6ac86155e047c225f0c0c1509374d7b83a3844ed.tar.bz2 gentoo-6ac86155e047c225f0c0c1509374d7b83a3844ed.zip |
dev-python/spur: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/spur')
-rw-r--r-- | dev-python/spur/spur-0.3.22.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/spur/spur-0.3.22.ebuild b/dev-python/spur/spur-0.3.22.ebuild index 43eed4c60ac4..3e253f842d32 100644 --- a/dev-python/spur/spur-0.3.22.ebuild +++ b/dev-python/spur/spur-0.3.22.ebuild @@ -1,9 +1,9 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 MY_P=spur.py-${PV} |