diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-05-07 22:54:18 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-08 00:22:29 +0200 |
commit | a3f056777c7efa560fbceb82b309323602e5a4f7 (patch) | |
tree | 3d05d90a495b21765c23130233f268531e97dbc8 /dev-python/python-dateutil | |
parent | dev-python/nbformat: remove unused patch(es) (diff) | |
download | gentoo-a3f056777c7efa560fbceb82b309323602e5a4f7.tar.gz gentoo-a3f056777c7efa560fbceb82b309323602e5a4f7.tar.bz2 gentoo-a3f056777c7efa560fbceb82b309323602e5a4f7.zip |
dev-python/python-dateutil: Enable python3.10
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.1-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-dateutil/python-dateutil-2.8.1-r2.ebuild b/dev-python/python-dateutil/python-dateutil-2.8.1-r2.ebuild index 290fe1479d59..13637f402b0f 100644 --- a/dev-python/python-dateutil/python-dateutil-2.8.1-r2.ebuild +++ b/dev-python/python-dateutil/python-dateutil-2.8.1-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} pypy3 ) +PYTHON_COMPAT=( python3_{7..10} pypy3 ) inherit distutils-r1 |