summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-11-24 22:37:00 +0100
committerMichał Górny <mgorny@gentoo.org>2020-11-25 09:36:57 +0100
commiteb7efdaaacb9252ed9a9cab41d890b08f08daa2e (patch)
tree99bc71c1c74dea082d422d3847f0fb1cf9e739eb
parentsci-geosciences/grass: version bump 7.8.4 (diff)
downloadgentoo-eb7efdaaacb9252ed9a9cab41d890b08f08daa2e.tar.gz
gentoo-eb7efdaaacb9252ed9a9cab41d890b08f08daa2e.tar.bz2
gentoo-eb7efdaaacb9252ed9a9cab41d890b08f08daa2e.zip
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>
-rw-r--r--dev-python/pyudev/pyudev-0.22.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyudev/pyudev-0.22.0.ebuild b/dev-python/pyudev/pyudev-0.22.0.ebuild
index a5698f776247..08f25770f57e 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