diff options
author | 2020-06-19 18:36:23 +0200 | |
---|---|---|
committer | 2020-06-19 20:10:21 +0200 | |
commit | bf2a7f7c373da2075b59baf72308f01eb34a4532 (patch) | |
tree | b617aa06f57353bebfccfc8bf0160ef00a851b07 /dev-python/tblib | |
parent | dev-python/sqlparse: Port to py3.9 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |