diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-06-09 20:05:59 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-06-09 21:46:53 +0200 |
commit | 1665d04d94233c0a3ecdfb9cfc649cfbfc64af3f (patch) | |
tree | 6fea1f743ead0290a7a70e77562582cfdef7b38e /dev-python/PyQtWebEngine | |
parent | dev-lang/python: Bump to 3.9.0b2 (diff) | |
download | gentoo-1665d04d94233c0a3ecdfb9cfc649cfbfc64af3f.tar.gz gentoo-1665d04d94233c0a3ecdfb9cfc649cfbfc64af3f.tar.bz2 gentoo-1665d04d94233c0a3ecdfb9cfc649cfbfc64af3f.zip |
dev-python/PyQtWebEngine: Port to py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/PyQtWebEngine')
-rw-r--r-- | dev-python/PyQtWebEngine/PyQtWebEngine-5.14.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/PyQtWebEngine/PyQtWebEngine-5.14.0.ebuild b/dev-python/PyQtWebEngine/PyQtWebEngine-5.14.0.ebuild index 7bd5ea4f81cd..a201f95fba0e 100644 --- a/dev-python/PyQtWebEngine/PyQtWebEngine-5.14.0.ebuild +++ b/dev-python/PyQtWebEngine/PyQtWebEngine-5.14.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) +PYTHON_COMPAT=( python2_7 python3_{6..9} ) inherit python-r1 qmake-utils DESCRIPTION="Python bindings for QtWebEngine" |