diff options
author | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2021-04-13 12:58:49 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-04-16 12:54:59 +0300 |
commit | 6bd5a7bb2542b06589b70d7b90ac756083cdc336 (patch) | |
tree | 5f9ea0c2967637389744b8a6d3d589c14c86970d /dev-python/spyder-unittest | |
parent | dev-python/spyder-terminal: add py3.9 (diff) | |
download | gentoo-6bd5a7bb2542b06589b70d7b90ac756083cdc336.tar.gz gentoo-6bd5a7bb2542b06589b70d7b90ac756083cdc336.tar.bz2 gentoo-6bd5a7bb2542b06589b70d7b90ac756083cdc336.zip |
dev-python/spyder-unittest: add py3.9
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-python/spyder-unittest')
-rw-r--r-- | dev-python/spyder-unittest/spyder-unittest-0.4.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/spyder-unittest/spyder-unittest-0.4.1.ebuild b/dev-python/spyder-unittest/spyder-unittest-0.4.1.ebuild index 14eb1d313ebb..b7c4d7427f18 100644 --- a/dev-python/spyder-unittest/spyder-unittest-0.4.1.ebuild +++ b/dev-python/spyder-unittest/spyder-unittest-0.4.1.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} ) +PYTHON_COMPAT=( python3_{7,8,9} ) inherit distutils-r1 virtualx |