diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-06-05 20:18:27 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-06-05 20:18:27 +0200 |
commit | 99118f81d36351f51ee88c77b76cec515d4ef08a (patch) | |
tree | 15bc8229b69e0941f416916de16e9d9ae9029000 /dev-python/speaklater | |
parent | dev-python/snappy: Enable py3.10 (diff) | |
download | gentoo-99118f81d36351f51ee88c77b76cec515d4ef08a.tar.gz gentoo-99118f81d36351f51ee88c77b76cec515d4ef08a.tar.bz2 gentoo-99118f81d36351f51ee88c77b76cec515d4ef08a.zip |
dev-python/speaklater: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/speaklater')
-rw-r--r-- | dev-python/speaklater/speaklater-1.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/speaklater/speaklater-1.3-r1.ebuild b/dev-python/speaklater/speaklater-1.3-r1.ebuild index c5ac55305854..53f4c0eb1415 100644 --- a/dev-python/speaklater/speaklater-1.3-r1.ebuild +++ b/dev-python/speaklater/speaklater-1.3-r1.ebuild @@ -1,9 +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 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 DESCRIPTION="Lazy strings for Python" |