summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-06-12 19:58:53 +0200
committerMichał Górny <mgorny@gentoo.org>2022-06-12 20:27:53 +0200
commit1d66e8ac6b9f7de3dc76eefd2bfab59ad3bf79be (patch)
tree736a0ebf131dd607d6a0ff2623ce03d874c2b874 /dev-python/http-parser
parentdev-python/http-parser: Use PEP517 build (diff)
downloadgentoo-1d66e8ac6b9f7de3dc76eefd2bfab59ad3bf79be.tar.gz
gentoo-1d66e8ac6b9f7de3dc76eefd2bfab59ad3bf79be.tar.bz2
gentoo-1d66e8ac6b9f7de3dc76eefd2bfab59ad3bf79be.zip
dev-python/http-parser: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/http-parser')
-rw-r--r--dev-python/http-parser/http-parser-0.9.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/http-parser/http-parser-0.9.0-r1.ebuild b/dev-python/http-parser/http-parser-0.9.0-r1.ebuild
index 37fe90fe5524..c974834b7586 100644
--- a/dev-python/http-parser/http-parser-0.9.0-r1.ebuild
+++ b/dev-python/http-parser/http-parser-0.9.0-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1