summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-05-25 17:30:03 +0200
committerMichał Górny <mgorny@gentoo.org>2023-05-25 17:47:34 +0200
commita378ebaf207590e5b769c368c3ead2403e2ca4f5 (patch)
tree140c84d10f39dd80a59e6b3af662c9fe6e9be59d /dev-python/watchdog
parentdev-python/pytest-xprocess: Enable py3.12 (diff)
downloadgentoo-a378ebaf207590e5b769c368c3ead2403e2ca4f5.tar.gz
gentoo-a378ebaf207590e5b769c368c3ead2403e2ca4f5.tar.bz2
gentoo-a378ebaf207590e5b769c368c3ead2403e2ca4f5.zip
dev-python/watchdog: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/watchdog')
-rw-r--r--dev-python/watchdog/watchdog-3.0.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/watchdog/watchdog-3.0.0.ebuild b/dev-python/watchdog/watchdog-3.0.0.ebuild
index 14e70cce80f3..0532f0abfa9f 100644
--- a/dev-python/watchdog/watchdog-3.0.0.ebuild
+++ b/dev-python/watchdog/watchdog-3.0.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
inherit distutils-r1 optfeature pypi