dev-python/pyudev: Add py3.9

Add py3.9 as tests are no more broken than with other versions.

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-11-24 22:37:00 +01:00
parent 67768459cb
commit eb7efdaaac

View File

@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} )
PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1