diff options
Diffstat (limited to 'dev-python/webtest/webtest-3.0.0-r1.ebuild')
-rw-r--r-- | dev-python/webtest/webtest-3.0.0-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/webtest/webtest-3.0.0-r1.ebuild b/dev-python/webtest/webtest-3.0.0-r1.ebuild index 55be134cdd50..0b2948bb5da8 100644 --- a/dev-python/webtest/webtest-3.0.0-r1.ebuild +++ b/dev-python/webtest/webtest-3.0.0-r1.ebuild @@ -6,8 +6,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 PYPI_PN="WebTest" -# py3.12 should pass but pyquery doesn't yet support 3.12 -PYTHON_COMPAT=( python3_{10..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) inherit distutils-r1 pypi |