diff options
author | Louis Sautier <sbraz@gentoo.org> | 2021-07-16 12:50:28 +0200 |
---|---|---|
committer | Louis Sautier <sbraz@gentoo.org> | 2021-07-16 12:56:15 +0200 |
commit | 6245b3561c26e1a328ec9bd1c8e53841b416f99d (patch) | |
tree | 4dbd8ca52f1a2a1dc9c6b1f253841e00f023b9f8 /dev-python/pyinotify | |
parent | app-metrics/prometheus: 2.28.1 (diff) | |
download | gentoo-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>
Diffstat (limited to 'dev-python/pyinotify')
-rw-r--r-- | dev-python/pyinotify/pyinotify-0.9.6.ebuild | 2 |
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 |