diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-27 15:05:57 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-27 15:14:25 +0200 |
commit | 50180ff98124f20a56d7f12529153032c659c333 (patch) | |
tree | c01268ecde74ed4e56ece69a98166ac02868ab10 /dev-python/django-filter | |
parent | dev-python/django-timezone-field: enable py3.11 (diff) | |
download | gentoo-50180ff98124f20a56d7f12529153032c659c333.tar.gz gentoo-50180ff98124f20a56d7f12529153032c659c333.tar.bz2 gentoo-50180ff98124f20a56d7f12529153032c659c333.zip |
dev-python/django-filter: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/django-filter')
-rw-r--r-- | dev-python/django-filter/django-filter-22.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/django-filter/django-filter-22.1.ebuild b/dev-python/django-filter/django-filter-22.1.ebuild index 851eca311367..96a3f517f036 100644 --- a/dev-python/django-filter/django-filter-22.1.ebuild +++ b/dev-python/django-filter/django-filter-22.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 |