summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-06-19 18:36:23 +0200
committerMichał Górny <mgorny@gentoo.org>2020-06-19 20:10:21 +0200
commitbf2a7f7c373da2075b59baf72308f01eb34a4532 (patch)
treeb617aa06f57353bebfccfc8bf0160ef00a851b07 /dev-python/tblib
parentdev-python/sqlparse: Port to py3.9 (diff)
downloadgentoo-bf2a7f7c373da2075b59baf72308f01eb34a4532.tar.gz
gentoo-bf2a7f7c373da2075b59baf72308f01eb34a4532.tar.bz2
gentoo-bf2a7f7c373da2075b59baf72308f01eb34a4532.zip
dev-python/tblib: Port to py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/tblib')
-rw-r--r--dev-python/tblib/tblib-1.6.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/tblib/tblib-1.6.0.ebuild b/dev-python/tblib/tblib-1.6.0.ebuild
index fd023572654b..df8114609725 100644
--- a/dev-python/tblib/tblib-1.6.0.ebuild
+++ b/dev-python/tblib/tblib-1.6.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1