summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-05-19 20:32:18 +0200
committerMichał Górny <mgorny@gentoo.org>2021-05-19 20:32:39 +0200
commit2fc5c6ac05b91ab4d24ca1e2ed0512e113a18a3c (patch)
treeb438557e5a5b4a98ed182f8c22725687b6b5238c /dev-python/watchdog
parentdev-python/pytest-timeout: Enable python3.10 (diff)
downloadgentoo-2fc5c6ac05b91ab4d24ca1e2ed0512e113a18a3c.tar.gz
gentoo-2fc5c6ac05b91ab4d24ca1e2ed0512e113a18a3c.tar.bz2
gentoo-2fc5c6ac05b91ab4d24ca1e2ed0512e113a18a3c.zip
dev-python/watchdog: Enable python3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/watchdog')
-rw-r--r--dev-python/watchdog/watchdog-2.1.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/watchdog/watchdog-2.1.1.ebuild b/dev-python/watchdog/watchdog-2.1.1.ebuild
index b9b8ad71f2ef..ab944b67adbb 100644
--- a/dev-python/watchdog/watchdog-2.1.1.ebuild
+++ b/dev-python/watchdog/watchdog-2.1.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
inherit distutils-r1 optfeature
DESCRIPTION="Python API and shell utilities to monitor file system events"