diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-06-19 21:43:22 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-06-19 21:49:00 +0200 |
commit | 6a7553492bf99ecf3a36f398d878b5116bcc9124 (patch) | |
tree | 78e0e7ddc3ae8212acf676bcf6dad76db357636a | |
parent | dev-python/qrcode: Port to py3.9 (diff) | |
download | gentoo-6a7553492bf99ecf3a36f398d878b5116bcc9124.tar.gz gentoo-6a7553492bf99ecf3a36f398d878b5116bcc9124.tar.bz2 gentoo-6a7553492bf99ecf3a36f398d878b5116bcc9124.zip |
dev-python/django-otp: Port to py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/django-otp/django-otp-0.9.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/django-otp/django-otp-0.9.2.ebuild b/dev-python/django-otp/django-otp-0.9.2.ebuild index 68f9dcae8052..b14eef63539e 100644 --- a/dev-python/django-otp/django-otp-0.9.2.ebuild +++ b/dev-python/django-otp/django-otp-0.9.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit distutils-r1 |