commit: eb7efdaaacb9252ed9a9cab41d890b08f08daa2e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 24 21:37:00 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Nov 25 08:36:57 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb7efdaa
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 <AT> gentoo.org>
dev-python/pyudev/pyudev-0.22.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pyudev/pyudev-0.22.0.ebuild
b/dev-python/pyudev/pyudev-0.22.0.ebuild
index a5698f77624..08f25770f57 100644
--- a/dev-python/pyudev/pyudev-0.22.0.ebuild
+++ b/dev-python/pyudev/pyudev-0.22.0.ebuild
@@ -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