diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-05-06 10:06:09 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-06 10:21:51 +0200 |
commit | c85e96f360c0d42aa26798bcffef9e3c5f28e677 (patch) | |
tree | 7d9bd39448806b4ca34668c36b39e433b2056ba1 /dev-python/fastjsonschema | |
parent | dev-python/six: Bump to 1.16.0 (diff) | |
download | gentoo-c85e96f360c0d42aa26798bcffef9e3c5f28e677.tar.gz gentoo-c85e96f360c0d42aa26798bcffef9e3c5f28e677.tar.bz2 gentoo-c85e96f360c0d42aa26798bcffef9e3c5f28e677.zip |
dev-python/fastjsonschema: Enable python3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/fastjsonschema')
-rw-r--r-- | dev-python/fastjsonschema/fastjsonschema-2.15.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/fastjsonschema/fastjsonschema-2.15.0.ebuild b/dev-python/fastjsonschema/fastjsonschema-2.15.0.ebuild index d7a02824024e..375ee9426e37 100644 --- a/dev-python/fastjsonschema/fastjsonschema-2.15.0.ebuild +++ b/dev-python/fastjsonschema/fastjsonschema-2.15.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit distutils-r1 MY_P=python-${P} |