diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-06-05 19:51:13 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-06-05 19:59:41 +0200 |
commit | 1166cd86ba3ec069f9ec44da8048ab4b4797e3db (patch) | |
tree | dbf188c7b97b32b7df0479b043c59bcb2b495358 /dev-python/pyrfc3339 | |
parent | dev-python/pyphen: Enable py3.10 (diff) | |
download | gentoo-1166cd86ba3ec069f9ec44da8048ab4b4797e3db.tar.gz gentoo-1166cd86ba3ec069f9ec44da8048ab4b4797e3db.tar.bz2 gentoo-1166cd86ba3ec069f9ec44da8048ab4b4797e3db.zip |
dev-python/pyrfc3339: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyrfc3339')
-rw-r--r-- | dev-python/pyrfc3339/pyrfc3339-1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyrfc3339/pyrfc3339-1.1.ebuild b/dev-python/pyrfc3339/pyrfc3339-1.1.ebuild index 3162856532f7..0c9ca2a10c78 100644 --- a/dev-python/pyrfc3339/pyrfc3339-1.1.ebuild +++ b/dev-python/pyrfc3339/pyrfc3339-1.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 MY_PN=pyRFC3339 |