diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-30 21:43:01 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-30 21:50:50 +0200 |
commit | 14b2f2891389ff369eb56697b1780f5775c60838 (patch) | |
tree | f58fc94e53c603857655668f82b56f6f0ac11fb8 /dev-python/a2wsgi | |
parent | app-arch/brotli: Enable py3.12 (diff) | |
download | gentoo-14b2f2891389ff369eb56697b1780f5775c60838.tar.gz gentoo-14b2f2891389ff369eb56697b1780f5775c60838.tar.bz2 gentoo-14b2f2891389ff369eb56697b1780f5775c60838.zip |
dev-python/a2wsgi: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/a2wsgi')
-rw-r--r-- | dev-python/a2wsgi/a2wsgi-1.7.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/a2wsgi/a2wsgi-1.7.0.ebuild b/dev-python/a2wsgi/a2wsgi-1.7.0.ebuild index a30afb3396ed..240ad14e3e0c 100644 --- a/dev-python/a2wsgi/a2wsgi-1.7.0.ebuild +++ b/dev-python/a2wsgi/a2wsgi-1.7.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=pdm -PYTHON_COMPAT=( pypy3 python3_{9..11} ) +PYTHON_COMPAT=( pypy3 python3_{10..12} ) inherit distutils-r1 pypi |