diff options
author | Sam James <sam@gentoo.org> | 2023-02-15 22:53:59 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-16 03:26:26 +0000 |
commit | 53be39860791ebb18221b7ea2306c634b1083006 (patch) | |
tree | 9e222e78f69cb810448aab42999ecb4f91105592 /www-apache | |
parent | sci-calculators/units: enable py3.11 (diff) | |
download | gentoo-53be39860791ebb18221b7ea2306c634b1083006.tar.gz gentoo-53be39860791ebb18221b7ea2306c634b1083006.tar.bz2 gentoo-53be39860791ebb18221b7ea2306c634b1083006.zip |
www-apache/mod_gnutls: enable py3.11
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'www-apache')
-rw-r--r-- | www-apache/mod_gnutls/mod_gnutls-0.12.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-apache/mod_gnutls/mod_gnutls-0.12.0-r1.ebuild b/www-apache/mod_gnutls/mod_gnutls-0.12.0-r1.ebuild index e2ac7e638756..2ed94d16531c 100644 --- a/www-apache/mod_gnutls/mod_gnutls-0.12.0-r1.ebuild +++ b/www-apache/mod_gnutls/mod_gnutls-0.12.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit autotools apache-module flag-o-matic python-any-r1 |