diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-27 15:09:47 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-27 15:14:26 +0200 |
commit | 134f8882f95421ef0acb6c0a638e634f30bcd040 (patch) | |
tree | a1cd1bf7d648315e4c33550366dbbab81e7602fb /dev-python/django-taggit | |
parent | dev-python/django-filter: mark ALLARCHES (diff) | |
download | gentoo-134f8882f95421ef0acb6c0a638e634f30bcd040.tar.gz gentoo-134f8882f95421ef0acb6c0a638e634f30bcd040.tar.bz2 gentoo-134f8882f95421ef0acb6c0a638e634f30bcd040.zip |
dev-python/django-taggit: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/django-taggit')
-rw-r--r-- | dev-python/django-taggit/django-taggit-3.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/django-taggit/django-taggit-3.1.0.ebuild b/dev-python/django-taggit/django-taggit-3.1.0.ebuild index 4d8ea14e26c9..d4fb672d7059 100644 --- a/dev-python/django-taggit/django-taggit-3.1.0.ebuild +++ b/dev-python/django-taggit/django-taggit-3.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 |