diff options
author | Louis Sautier <sbraz@gentoo.org> | 2021-08-10 00:12:22 +0200 |
---|---|---|
committer | Louis Sautier <sbraz@gentoo.org> | 2021-08-10 00:16:31 +0200 |
commit | 0d803bf2ef65da310e4758efa762c87fce4d4c08 (patch) | |
tree | 4f4bfe16178e153fd2095010196a94e0bc74ced7 /dev-python/commentjson | |
parent | dev-python/lark-parser: drop 0.7.8 (diff) | |
download | gentoo-0d803bf2ef65da310e4758efa762c87fce4d4c08.tar.gz gentoo-0d803bf2ef65da310e4758efa762c87fce4d4c08.tar.bz2 gentoo-0d803bf2ef65da310e4758efa762c87fce4d4c08.zip |
dev-python/commentjson: enable py3.10
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Diffstat (limited to 'dev-python/commentjson')
-rw-r--r-- | dev-python/commentjson/commentjson-0.9.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/commentjson/commentjson-0.9.0.ebuild b/dev-python/commentjson/commentjson-0.9.0.ebuild index 612c505cf3fa..c33266a72944 100644 --- a/dev-python/commentjson/commentjson-0.9.0.ebuild +++ b/dev-python/commentjson/commentjson-0.9.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 DESCRIPTION="Add Python and JavaScript style comments in your JSON files" |