summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-19 09:55:12 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-19 09:55:12 +0200
commit5153dfe6ccf82e0fc64125fdcc8364cd94346062 (patch)
treed5e69248341aa23c67f14087b111b34c034d1a16 /dev-python/wtforms
parentdev-python/wtforms: Use PEP517 build (diff)
downloadgentoo-5153dfe6ccf82e0fc64125fdcc8364cd94346062.tar.gz
gentoo-5153dfe6ccf82e0fc64125fdcc8364cd94346062.tar.bz2
gentoo-5153dfe6ccf82e0fc64125fdcc8364cd94346062.zip
dev-python/wtforms: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/wtforms')
-rw-r--r--dev-python/wtforms/wtforms-3.0.1-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/wtforms/wtforms-3.0.1-r1.ebuild b/dev-python/wtforms/wtforms-3.0.1-r1.ebuild
index acc5480365df..0eadcebd2bc3 100644
--- a/dev-python/wtforms/wtforms-3.0.1-r1.ebuild
+++ b/dev-python/wtforms/wtforms-3.0.1-r1.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