diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-11-01 08:50:14 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-11-01 09:41:57 +0200 |
commit | 37ef941b8f4c9cce378a46071514f1c2fdca10f4 (patch) | |
tree | 61c709d799945a05d2a0e13ee4d83f348a728442 /dev-python/django-mptt | |
parent | dev-python/fuse-python: enable py3.10 (diff) | |
download | gentoo-37ef941b8f4c9cce378a46071514f1c2fdca10f4.tar.gz gentoo-37ef941b8f4c9cce378a46071514f1c2fdca10f4.tar.bz2 gentoo-37ef941b8f4c9cce378a46071514f1c2fdca10f4.zip |
dev-python/django-mptt: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/django-mptt')
-rw-r--r-- | dev-python/django-mptt/django-mptt-0.13.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/django-mptt/django-mptt-0.13.4.ebuild b/dev-python/django-mptt/django-mptt-0.13.4.ebuild index 10262c58b326..19a7cf871a37 100644 --- a/dev-python/django-mptt/django-mptt-0.13.4.ebuild +++ b/dev-python/django-mptt/django-mptt-0.13.4.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 DESCRIPTION="utilities for modified preorder tree traversal and trees of model instances" |