commit: c62d80dfef968c292bec879d474aae71cd1ef7cb
Author: Zamarin Arthur <arthurzam <AT> gmail <DOT> com>
AuthorDate: Tue May 25 14:35:08 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 25 16:05:01 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c62d80df
dev-python/pylast: 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/pylast/pylast-4.2.0.ebuild | 2 +-
dev-python/pylast/pylast-4.2.1.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/pylast/pylast-4.2.0.ebuild
b/dev-python/pylast/pylast-4.2.0.ebuild
index 6938a33f4ef..86245446032 100644
--- a/dev-python/pylast/pylast-4.2.0.ebuild
+++ b/dev-python/pylast/pylast-4.2.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
inherit distutils-r1
diff --git a/dev-python/pylast/pylast-4.2.1.ebuild
b/dev-python/pylast/pylast-4.2.1.ebuild
index 15fc748bcb7..224d71ffca3 100644
--- a/dev-python/pylast/pylast-4.2.1.ebuild
+++ b/dev-python/pylast/pylast-4.2.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
inherit distutils-r1