summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-06-05 15:49:44 +0200
committerMichał Górny <mgorny@gentoo.org>2021-06-05 15:51:50 +0200
commitc3125f63f1ffbad9c2fd0f4acf54e414b117811d (patch)
treebe77d04b0d9d9bc7900555da9b20fa59829a75e6 /dev-python/http-parser
parentdev-python/hiredis: Enable py3.10 (diff)
downloadgentoo-c3125f63f1ffbad9c2fd0f4acf54e414b117811d.tar.gz
gentoo-c3125f63f1ffbad9c2fd0f4acf54e414b117811d.tar.bz2
gentoo-c3125f63f1ffbad9c2fd0f4acf54e414b117811d.zip
dev-python/http-parser: Enable py3.10
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.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/http-parser/http-parser-0.9.0.ebuild b/dev-python/http-parser/http-parser-0.9.0.ebuild
index 578ae2661d5b..dc270dee7e5c 100644
--- a/dev-python/http-parser/http-parser-0.9.0.ebuild
+++ b/dev-python/http-parser/http-parser-0.9.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1