commit: 8ad0341ccd16109ed3f7c02f2e6c8cdd1c508140
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 24 18:18:57 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Feb 24 18:18:57 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ad0341c
dev-python/python-swiftclient: Tested on py3.10
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/python-swiftclient/python-swiftclient-3.13.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-swiftclient/python-swiftclient-3.13.1.ebuild
b/dev-python/python-swiftclient/python-swiftclient-3.13.1.ebuild
index 42e29c100389..c6468b9e5dcc 100644
--- a/dev-python/python-swiftclient/python-swiftclient-3.13.1.ebuild
+++ b/dev-python/python-swiftclient/python-swiftclient-3.13.1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1