diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-28 18:21:52 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-28 18:25:49 +0200 |
commit | 65fadf9c2383d1fa0980b63699608392d347beb2 (patch) | |
tree | c0500f590fee8ada93cb81f36b72d24a6f18b8ed /dev-python/paste | |
parent | dev-python/bottle: Enable py3.12 (diff) | |
download | gentoo-65fadf9c2383d1fa0980b63699608392d347beb2.tar.gz gentoo-65fadf9c2383d1fa0980b63699608392d347beb2.tar.bz2 gentoo-65fadf9c2383d1fa0980b63699608392d347beb2.zip |
dev-python/paste: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/paste')
-rw-r--r-- | dev-python/paste/paste-3.5.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/paste/paste-3.5.3.ebuild b/dev-python/paste/paste-3.5.3.ebuild index dff41a3c5190..cbdcd33095e3 100644 --- a/dev-python/paste/paste-3.5.3.ebuild +++ b/dev-python/paste/paste-3.5.3.ebuild @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 PYPI_PN=${PN^} -PYTHON_COMPAT=( python3_{9..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..12} pypy3 ) inherit distutils-r1 pypi @@ -40,7 +40,7 @@ python_test() { tests/test_proxy.py ) - [[ ${EPYTHON} == python3.11 ]] && EPYTEST_DESELECT+=( + [[ ${EPYTHON} == python3.1[12] ]] && EPYTEST_DESELECT+=( # fails due to cgi deprecation warning tests/test_cgiapp.py::test_form ) |