diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2021-05-06 23:02:49 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-07 12:51:53 +0200 |
commit | a096d21f57e74a50e7de18a68df7c29e0452847e (patch) | |
tree | cba94d335ffb4974a07cbdb3153537c0acecc057 /dev-python/iso8601 | |
parent | dev-python/mistune: Port to python3.10 (diff) | |
download | gentoo-a096d21f57e74a50e7de18a68df7c29e0452847e.tar.gz gentoo-a096d21f57e74a50e7de18a68df7c29e0452847e.tar.bz2 gentoo-a096d21f57e74a50e7de18a68df7c29e0452847e.zip |
dev-python/iso8601: Port to python3.10
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/iso8601')
-rw-r--r-- | dev-python/iso8601/iso8601-0.1.14.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/iso8601/iso8601-0.1.14.ebuild b/dev-python/iso8601/iso8601-0.1.14.ebuild index 7d75b51bfd54..6930b15999ce 100644 --- a/dev-python/iso8601/iso8601-0.1.14.ebuild +++ b/dev-python/iso8601/iso8601-0.1.14.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} pypy3 ) +PYTHON_COMPAT=( python3_{7..10} pypy3 ) inherit distutils-r1 |