summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Anderson <telans@posteo.de>2020-12-09 13:45:34 +1300
committerSam James <sam@gentoo.org>2021-01-27 05:01:00 +0000
commit1cc86e094e42636ef4c605c27b1f7a68a6a007ed (patch)
tree79291f63c89ab9504e4be48fdc67071367733959 /dev-python/xvfbwrapper
parentdev-python/cvxopt: +Python 3.9, -Python 3.6 (diff)
downloadgentoo-1cc86e094e42636ef4c605c27b1f7a68a6a007ed.tar.gz
gentoo-1cc86e094e42636ef4c605c27b1f7a68a6a007ed.tar.bz2
gentoo-1cc86e094e42636ef4c605c27b1f7a68a6a007ed.zip
dev-python/xvfbwrapper: add PYTHON_COMPAT 3.9
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Theo Anderson <telans@posteo.de> Closes: https://github.com/gentoo/gentoo/pull/18575 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/xvfbwrapper')
-rw-r--r--dev-python/xvfbwrapper/xvfbwrapper-0.2.9.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/xvfbwrapper/xvfbwrapper-0.2.9.ebuild b/dev-python/xvfbwrapper/xvfbwrapper-0.2.9.ebuild
index d097e1b308e8..9b21e8e435d2 100644
--- a/dev-python/xvfbwrapper/xvfbwrapper-0.2.9.ebuild
+++ b/dev-python/xvfbwrapper/xvfbwrapper-0.2.9.ebuild
@@ -2,7 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{3_6,3_7,3_8} )
+
+PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1