diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-06-05 20:47:06 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-06-05 20:47:06 +0200 |
commit | 1745e23782cb4dba712157da814289003f8de7c4 (patch) | |
tree | a4d7cc07b6f330eb508cbace51b60922a5cca97a /dev-python/django-otp | |
parent | dev-python/docker-py: Enable py3.10 (diff) | |
download | gentoo-1745e23782cb4dba712157da814289003f8de7c4.tar.gz gentoo-1745e23782cb4dba712157da814289003f8de7c4.tar.bz2 gentoo-1745e23782cb4dba712157da814289003f8de7c4.zip |
dev-python/django-otp: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/django-otp')
-rw-r--r-- | dev-python/django-otp/django-otp-1.0.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/django-otp/django-otp-1.0.6.ebuild b/dev-python/django-otp/django-otp-1.0.6.ebuild index 26c9a4b8f2af..0468cfa46262 100644 --- a/dev-python/django-otp/django-otp-1.0.6.ebuild +++ b/dev-python/django-otp/django-otp-1.0.6.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 |