diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-09-17 15:43:48 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-09-17 15:43:48 +0200 |
commit | bafec47d9bb8403e7fe08477eedfedc649f3e7a1 (patch) | |
tree | e9762f0f044ebff6bec35adb4fe39752730be035 /dev-python/django-filter | |
parent | dev-python/sphinxcontrib-plantuml: Bump to 0.26 (diff) | |
download | gentoo-bafec47d9bb8403e7fe08477eedfedc649f3e7a1.tar.gz gentoo-bafec47d9bb8403e7fe08477eedfedc649f3e7a1.tar.bz2 gentoo-bafec47d9bb8403e7fe08477eedfedc649f3e7a1.zip |
dev-python/django-filter: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/django-filter')
-rw-r--r-- | dev-python/django-filter/django-filter-23.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/django-filter/django-filter-23.3.ebuild b/dev-python/django-filter/django-filter-23.3.ebuild index a3c5da1ca1c3..0769ae71ed93 100644 --- a/dev-python/django-filter/django-filter-23.3.ebuild +++ b/dev-python/django-filter/django-filter-23.3.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 |