summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-08-09 14:59:00 +0200
committerMichał Górny <mgorny@gentoo.org>2020-08-09 15:08:17 +0200
commit9532a5d8cc02937fafce67eb23a2298ba09e2763 (patch)
treecce790381b66cc5f080f2ec2266c251ddc77e750 /dev-python/pylast
parentdev-python/filetype: Bump to 1.0.7 (diff)
downloadgentoo-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.ebuild2
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