diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-08-09 14:59:00 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-08-09 15:08:17 +0200 |
commit | 9532a5d8cc02937fafce67eb23a2298ba09e2763 (patch) | |
tree | cce790381b66cc5f080f2ec2266c251ddc77e750 /dev-python/pylast | |
parent | dev-python/filetype: Bump to 1.0.7 (diff) | |
download | gentoo-9532a5d8cc02937fafce67eb23a2298ba09e2763.tar.gz gentoo-9532a5d8cc02937fafce67eb23a2298ba09e2763.tar.bz2 gentoo-9532a5d8cc02937fafce67eb23a2298ba09e2763.zip |
dev-python/pylast: Port to py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pylast')
-rw-r--r-- | dev-python/pylast/pylast-3.2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pylast/pylast-3.2.1.ebuild b/dev-python/pylast/pylast-3.2.1.ebuild index dd510e891907..4ac0d5144824 100644 --- a/dev-python/pylast/pylast-3.2.1.ebuild +++ b/dev-python/pylast/pylast-3.2.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) +PYTHON_COMPAT=( python3_{6..9} pypy3 ) inherit distutils-r1 |