diff options
author | Zamarin Arthur <arthurzam@gmail.com> | 2021-05-25 17:35:08 +0300 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-25 18:05:01 +0200 |
commit | c62d80dfef968c292bec879d474aae71cd1ef7cb (patch) | |
tree | d35596fbd5ef469db1ba662d71056bb13f5579c5 /dev-python/pylast | |
parent | dev-python/filetype: bump to python 3.10 (diff) | |
download | gentoo-c62d80dfef968c292bec879d474aae71cd1ef7cb.tar.gz gentoo-c62d80dfef968c292bec879d474aae71cd1ef7cb.tar.bz2 gentoo-c62d80dfef968c292bec879d474aae71cd1ef7cb.zip |
dev-python/pylast: bump to python 3.10
passes tests
Signed-off-by: Zamarin Arthur <arthurzam@gmail.com>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pylast')
-rw-r--r-- | dev-python/pylast/pylast-4.2.0.ebuild | 2 | ||||
-rw-r--r-- | 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 6938a33f4ef3..86245446032e 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 15fc748bcb74..224d71ffca3f 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 |