diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-11 22:36:13 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-11 23:05:10 +0200 |
commit | 33a4c31a0710ec3e519160aedc41e22f1e6bb4f2 (patch) | |
tree | 47b0af0c6ca572032201b78efac0122172c41365 /dev-python/watchdog | |
parent | dev-python/pytest-xprocess: Enable py3.11 (diff) | |
download | gentoo-33a4c31a0710ec3e519160aedc41e22f1e6bb4f2.tar.gz gentoo-33a4c31a0710ec3e519160aedc41e22f1e6bb4f2.tar.bz2 gentoo-33a4c31a0710ec3e519160aedc41e22f1e6bb4f2.zip |
dev-python/watchdog: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/watchdog')
-rw-r--r-- | dev-python/watchdog/watchdog-2.1.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/watchdog/watchdog-2.1.7.ebuild b/dev-python/watchdog/watchdog-2.1.7.ebuild index a53b281d5f71..45363e1024da 100644 --- a/dev-python/watchdog/watchdog-2.1.7.ebuild +++ b/dev-python/watchdog/watchdog-2.1.7.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..11} pypy3 ) inherit distutils-r1 optfeature |