diff options
author | 2020-06-09 20:14:28 +0200 | |
---|---|---|
committer | 2020-06-09 21:46:49 +0200 | |
commit | 3d111e6ecf274ee8247f984320f8c3a9808285d8 (patch) | |
tree | 2ac256a88fa8ca38f0d5e617a4cc4773bbe11ff4 /dev-python/rfc3339-validator | |
parent | dev-python/rfc3986-validator: Port to py3.9 (diff) | |
download | gentoo-3d111e6ecf274ee8247f984320f8c3a9808285d8.tar.gz gentoo-3d111e6ecf274ee8247f984320f8c3a9808285d8.tar.bz2 gentoo-3d111e6ecf274ee8247f984320f8c3a9808285d8.zip |
dev-python/rfc3339-validator: Port to py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/rfc3339-validator')
-rw-r--r-- | dev-python/rfc3339-validator/rfc3339-validator-0.1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/rfc3339-validator/rfc3339-validator-0.1.2.ebuild b/dev-python/rfc3339-validator/rfc3339-validator-0.1.2.ebuild index 04109ab43190..9032aefde556 100644 --- a/dev-python/rfc3339-validator/rfc3339-validator-0.1.2.ebuild +++ b/dev-python/rfc3339-validator/rfc3339-validator-0.1.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 ) +PYTHON_COMPAT=( python{2_7,3_{6..9}} pypy3 ) inherit distutils-r1 DESCRIPTION="A pure python RFC3339 validator" |