diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-05-23 12:40:54 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-23 12:48:05 +0200 |
commit | cce7b8960b120d85f481a6be93d507fc6d268544 (patch) | |
tree | cec0a3d67047fe9a45e9497173033fa8ac0b0d1b /dev-python/django-tagging | |
parent | dev-python/basho-erlastic: Enable py3.9 & py3.10 (diff) | |
download | gentoo-cce7b8960b120d85f481a6be93d507fc6d268544.tar.gz gentoo-cce7b8960b120d85f481a6be93d507fc6d268544.tar.bz2 gentoo-cce7b8960b120d85f481a6be93d507fc6d268544.zip |
dev-python/django-tagging: Enable py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/django-tagging')
-rw-r--r-- | dev-python/django-tagging/django-tagging-0.5.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/django-tagging/django-tagging-0.5.0.ebuild b/dev-python/django-tagging/django-tagging-0.5.0.ebuild index 561ce28e724a..43234dcfef86 100644 --- a/dev-python/django-tagging/django-tagging-0.5.0.ebuild +++ b/dev-python/django-tagging/django-tagging-0.5.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit distutils-r1 |