summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-15 13:05:47 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-15 13:10:12 +0200
commitad43c6bb8f0cbaccc96a0bcf2d03d88f658fd489 (patch)
tree830eeef93544dee66805cee6670108f270e69be4 /dev-python/watchgod
parentdev-python/pytest-toolbox: Enable py3.11 (diff)
downloadgentoo-ad43c6bb8f0cbaccc96a0bcf2d03d88f658fd489.tar.gz
gentoo-ad43c6bb8f0cbaccc96a0bcf2d03d88f658fd489.tar.bz2
gentoo-ad43c6bb8f0cbaccc96a0bcf2d03d88f658fd489.zip
dev-python/watchgod: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/watchgod')
-rw-r--r--dev-python/watchgod/watchgod-0.8.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/watchgod/watchgod-0.8.2.ebuild b/dev-python/watchgod/watchgod-0.8.2.ebuild
index 1c0a5bceb127..e0fb104c88e4 100644
--- a/dev-python/watchgod/watchgod-0.8.2.ebuild
+++ b/dev-python/watchgod/watchgod-0.8.2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
inherit distutils-r1