commit: a4556cbea8584a7f94da91fa2379ce550bff1173
Author: Zamarin Arthur <arthurzam <AT> gmail <DOT> com>
AuthorDate: Sat May 22 08:52:34 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 22 18:18:07 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4556cbe
dev-python/apispec: bump to python 3.10
passes tests
Signed-off-by: Zamarin Arthur <arthurzam <AT> gmail.com>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/apispec/apispec-4.4.1.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-python/apispec/apispec-4.4.1.ebuild
b/dev-python/apispec/apispec-4.4.1.ebuild
index 9e530e3935f..be369342629 100644
--- a/dev-python/apispec/apispec-4.4.1.ebuild
+++ b/dev-python/apispec/apispec-4.4.1.ebuild
@@ -2,7 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+
+PYTHON_COMPAT=( python3_{7..10} )
inherit distutils-r1