summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Sautier <sbraz@gentoo.org>2021-07-16 12:50:28 +0200
committerLouis Sautier <sbraz@gentoo.org>2021-07-16 12:56:15 +0200
commit6245b3561c26e1a328ec9bd1c8e53841b416f99d (patch)
tree4dbd8ca52f1a2a1dc9c6b1f253841e00f023b9f8
parentapp-metrics/prometheus: 2.28.1 (diff)
downloadgentoo-6245b3561c26e1a328ec9bd1c8e53841b416f99d.tar.gz
gentoo-6245b3561c26e1a328ec9bd1c8e53841b416f99d.tar.bz2
gentoo-6245b3561c26e1a328ec9bd1c8e53841b416f99d.zip
dev-python/pyinotify: enable py3.10
The package has no tests so I tested it myself. Signed-off-by: Louis Sautier <sbraz@gentoo.org>
-rw-r--r--dev-python/pyinotify/pyinotify-0.9.6.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyinotify/pyinotify-0.9.6.ebuild b/dev-python/pyinotify/pyinotify-0.9.6.ebuild
index bef1ccac9373..63be1629b761 100644
--- a/dev-python/pyinotify/pyinotify-0.9.6.ebuild
+++ b/dev-python/pyinotify/pyinotify-0.9.6.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1