summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2020-11-01 21:40:33 +0000
committerJames Le Cuirot <chewi@gentoo.org>2020-11-01 21:40:49 +0000
commit44c23d60c4a85bb924b77d190408861b1fc8336c (patch)
tree26b355963bd482b8e4d8875169bd693e44578551 /dev-python/python-evdev
parentnet-misc/wput: x86 stable (bug #752072) (diff)
downloadgentoo-44c23d60c4a85bb924b77d190408861b1fc8336c.tar.gz
gentoo-44c23d60c4a85bb924b77d190408861b1fc8336c.tar.bz2
gentoo-44c23d60c4a85bb924b77d190408861b1fc8336c.zip
dev-python/python-evdev: Add python3_9 to PYTHON_COMPAT
The tests are passing. Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'dev-python/python-evdev')
-rw-r--r--dev-python/python-evdev/python-evdev-1.3.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-evdev/python-evdev-1.3.0.ebuild b/dev-python/python-evdev/python-evdev-1.3.0.ebuild
index b076afebcdb0..602a70a3fec3 100644
--- a/dev-python/python-evdev/python-evdev-1.3.0.ebuild
+++ b/dev-python/python-evdev/python-evdev-1.3.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
inherit distutils-r1