diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-05-25 10:48:51 +0200 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-05-25 11:07:24 +0200 |
commit | 2d9c936a7701c9ec416c626fa168d47b3a783d78 (patch) | |
tree | 4228d204d5685d4e2aec4dcc6cd6ebc8bf78f939 /dev-python/fastjsonschema | |
parent | dev-lang/elixir: ppc stable wrt bug #847262 (diff) | |
download | gentoo-2d9c936a7701c9ec416c626fa168d47b3a783d78.tar.gz gentoo-2d9c936a7701c9ec416c626fa168d47b3a783d78.tar.bz2 gentoo-2d9c936a7701c9ec416c626fa168d47b3a783d78.zip |
dev-python/fastjsonschema: enable py3.11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/fastjsonschema')
-rw-r--r-- | dev-python/fastjsonschema/fastjsonschema-2.15.3-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/fastjsonschema/fastjsonschema-2.15.3-r1.ebuild b/dev-python/fastjsonschema/fastjsonschema-2.15.3-r1.ebuild index cb3ee11974f3..8998ccbecf1d 100644 --- a/dev-python/fastjsonschema/fastjsonschema-2.15.3-r1.ebuild +++ b/dev-python/fastjsonschema/fastjsonschema-2.15.3-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 |