diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2023-01-12 12:06:13 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2023-01-12 12:06:13 +0100 |
commit | 49529e52ecaea03c8d1789729d221f5b04a5915f (patch) | |
tree | dfad851db248b89fccc4a6d138a6569983a83b30 /dev-python/spyder-unittest | |
parent | dev-python/spyder-vim: add github, pypi upstream metadata (diff) | |
download | gentoo-49529e52ecaea03c8d1789729d221f5b04a5915f.tar.gz gentoo-49529e52ecaea03c8d1789729d221f5b04a5915f.tar.bz2 gentoo-49529e52ecaea03c8d1789729d221f5b04a5915f.zip |
dev-python/spyder-unittest: disable py3.8, py3.9
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/spyder-unittest')
-rw-r--r-- | dev-python/spyder-unittest/spyder-unittest-0.5.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/spyder-unittest/spyder-unittest-0.5.1.ebuild b/dev-python/spyder-unittest/spyder-unittest-0.5.1.ebuild index a5ce83462d50..43ce967da1ec 100644 --- a/dev-python/spyder-unittest/spyder-unittest-0.5.1.ebuild +++ b/dev-python/spyder-unittest/spyder-unittest-0.5.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit distutils-r1 virtualx |