diff options
author | Mike Pagano <mpagano@gentoo.org> | 2022-01-30 18:56:00 -0500 |
---|---|---|
committer | Mike Pagano <mpagano@gentoo.org> | 2022-01-30 18:56:00 -0500 |
commit | 496c0b3d029c41e3cd13fc6d0b66826a654be6f8 (patch) | |
tree | 131c6b9947db5f901fee49e8b9d2c82146360610 /www-servers | |
parent | app-containers/buildah: Bump to version 1.24.0 (diff) | |
download | gentoo-496c0b3d029c41e3cd13fc6d0b66826a654be6f8.tar.gz gentoo-496c0b3d029c41e3cd13fc6d0b66826a654be6f8.tar.bz2 gentoo-496c0b3d029c41e3cd13fc6d0b66826a654be6f8.zip |
www-servers/nginx-unit: Add Python 3.10 compatibility
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Mike Pagano <mpagano@gentoo.org>
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/nginx-unit/nginx-unit-1.26.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-servers/nginx-unit/nginx-unit-1.26.1.ebuild b/www-servers/nginx-unit/nginx-unit-1.26.1.ebuild index 27671877d68c..48dca172ad9a 100644 --- a/www-servers/nginx-unit/nginx-unit-1.26.1.ebuild +++ b/www-servers/nginx-unit/nginx-unit-1.26.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit flag-o-matic python-single-r1 systemd toolchain-funcs |