diff options
author | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2020-03-19 13:00:15 +0100 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-03-27 18:25:00 +0200 |
commit | 5b696128eeb24c6f8bc567a58d17bb8833e86c24 (patch) | |
tree | ce5675981d0b17b2e9b09f78a94181b068b8c2aa /dev-python/pytest-qt | |
parent | dev-python/parso: add 0.5.2 ebuild (diff) | |
download | gentoo-5b696128eeb24c6f8bc567a58d17bb8833e86c24.tar.gz gentoo-5b696128eeb24c6f8bc567a58d17bb8833e86c24.tar.bz2 gentoo-5b696128eeb24c6f8bc567a58d17bb8833e86c24.zip |
dev-python/pytest-qt: add py3_8
because QtPy and PyQt5 now have py3_8 support
Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-python/pytest-qt')
-rw-r--r-- | dev-python/pytest-qt/pytest-qt-3.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-qt/pytest-qt-3.3.0.ebuild b/dev-python/pytest-qt/pytest-qt-3.3.0.ebuild index 4f2d4bd24bac..1a43c9248d65 100644 --- a/dev-python/pytest-qt/pytest-qt-3.3.0.ebuild +++ b/dev-python/pytest-qt/pytest-qt-3.3.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) DISTUTILS_USE_SETUPTOOLS=rdepend |