diff options
author | Mike Pagano <mpagano@gentoo.org> | 2024-03-07 14:17:28 -0500 |
---|---|---|
committer | Mike Pagano <mpagano@gentoo.org> | 2024-03-07 14:17:28 -0500 |
commit | ea9a8f7182d224e7f9299fc8a10140b82148835b (patch) | |
tree | af21743da64243fe96d63d5b9032459e7cfa46aa /www-servers | |
parent | dev-debug/lldb: filter LTO (ODR violations) (diff) | |
download | gentoo-ea9a8f7182d224e7f9299fc8a10140b82148835b.tar.gz gentoo-ea9a8f7182d224e7f9299fc8a10140b82148835b.tar.bz2 gentoo-ea9a8f7182d224e7f9299fc8a10140b82148835b.zip |
www-servers/nginx-unit: enable py3.12
Signed-off-by: Mike Pagano <mpagano@gentoo.org>
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/nginx-unit/nginx-unit-1.32.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-servers/nginx-unit/nginx-unit-1.32.0.ebuild b/www-servers/nginx-unit/nginx-unit-1.32.0.ebuild index 8b4973c6dc33..03dfb25af77e 100644 --- a/www-servers/nginx-unit/nginx-unit-1.32.0.ebuild +++ b/www-servers/nginx-unit/nginx-unit-1.32.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit flag-o-matic python-single-r1 systemd toolchain-funcs |