diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-06-05 15:49:44 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-06-05 15:51:50 +0200 |
commit | c3125f63f1ffbad9c2fd0f4acf54e414b117811d (patch) | |
tree | be77d04b0d9d9bc7900555da9b20fa59829a75e6 /dev-python/http-parser | |
parent | dev-python/hiredis: Enable py3.10 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |