commit: 3e1662771fc933061035400f0bacb213988b9afa
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat Oct 9 02:40:46 2021 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 9 02:50:06 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3e166277
dev-python/fastavro: enable py3.10, py3.9
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/fastavro/fastavro-1.4.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/fastavro/fastavro-1.4.5.ebuild
b/dev-python/fastavro/fastavro-1.4.5.ebuild
index f255bea08..29d52d93c 100644
--- a/dev-python/fastavro/fastavro-1.4.5.ebuild
+++ b/dev-python/fastavro/fastavro-1.4.5.ebuild
@@ -11,7 +11,7 @@ EPYTEST_DESELECT=(
tests/test_main_cli.py::test_cli_arg_schema
tests/test_main_cli.py::test_cli_arg_codecs
)
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1