summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-11 15:55:15 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-11 15:55:15 +0200
commit2e35d8c31544b05eabb14bb3c00a488f2a7399a0 (patch)
tree5a1ea71ebd2228128bd94618ff9d91bca5da83d9 /dev-python/python-dateutil
parentdev-python/python-dateutil: Use PEP517 build (diff)
downloadgentoo-2e35d8c31544b05eabb14bb3c00a488f2a7399a0.tar.gz
gentoo-2e35d8c31544b05eabb14bb3c00a488f2a7399a0.tar.bz2
gentoo-2e35d8c31544b05eabb14bb3c00a488f2a7399a0.zip
dev-python/python-dateutil: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-dateutil')
-rw-r--r--dev-python/python-dateutil/python-dateutil-2.8.2-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-dateutil/python-dateutil-2.8.2-r1.ebuild b/dev-python/python-dateutil/python-dateutil-2.8.2-r1.ebuild
index 63391c2a9f7d..e89b317e7dd7 100644
--- a/dev-python/python-dateutil/python-dateutil-2.8.2-r1.ebuild
+++ b/dev-python/python-dateutil/python-dateutil-2.8.2-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
inherit distutils-r1