diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2021-05-07 00:31:16 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-07 13:11:30 +0200 |
commit | 8bb39cc04bd9be5343efaaabbe780f07608aed39 (patch) | |
tree | b56cd20a7dfdf193424b6980d22a16000fd1d873 /dev-python/blinker | |
parent | dev-python/websocket-client: Port to python3.10 (diff) | |
download | gentoo-8bb39cc04bd9be5343efaaabbe780f07608aed39.tar.gz gentoo-8bb39cc04bd9be5343efaaabbe780f07608aed39.tar.bz2 gentoo-8bb39cc04bd9be5343efaaabbe780f07608aed39.zip |
dev-python/blinker: Port to python3.10
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/blinker')
-rw-r--r-- | dev-python/blinker/blinker-1.4-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/blinker/blinker-1.4-r2.ebuild b/dev-python/blinker/blinker-1.4-r2.ebuild index f05ce5f90383..2c39f0d15216 100644 --- a/dev-python/blinker/blinker-1.4-r2.ebuild +++ b/dev-python/blinker/blinker-1.4-r2.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,8,9} pypy3 ) +PYTHON_COMPAT=( python3_{7..10} pypy3 ) inherit distutils-r1 |