diff options
author | Zamarin Arthur <arthurzam@gmail.com> | 2021-06-07 15:31:33 +0300 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-08-01 23:23:49 +0200 |
commit | b428bee8d543ccd410c1eda80a1dbd9a26e7e958 (patch) | |
tree | 3fdb6a4496d2aed526c34d874f11c30f3a3a166c /dev-python/pyhcl | |
parent | dev-python/exam: enable py3.10 (diff) | |
download | gentoo-b428bee8d543ccd410c1eda80a1dbd9a26e7e958.tar.gz gentoo-b428bee8d543ccd410c1eda80a1dbd9a26e7e958.tar.bz2 gentoo-b428bee8d543ccd410c1eda80a1dbd9a26e7e958.zip |
dev-python/pyhcl: enable py3.10
Signed-off-by: Zamarin Arthur <arthurzam@gmail.com>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyhcl')
-rw-r--r-- | dev-python/pyhcl/pyhcl-0.4.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyhcl/pyhcl-0.4.4.ebuild b/dev-python/pyhcl/pyhcl-0.4.4.ebuild index f3342b15ce58..62857bcba53e 100644 --- a/dev-python/pyhcl/pyhcl-0.4.4.ebuild +++ b/dev-python/pyhcl/pyhcl-0.4.4.ebuild @@ -6,7 +6,7 @@ EAPI=7 # tag: # git describe --tags --long LONG_VERSION=0.4.4-0-g314cd32 -PYTHON_COMPAT=( python3_8 python3_9 ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 DESCRIPTION="HCL configuration parser for python" |