dev-python/strict-rfc3339: Enable py3.7
authorMichał Górny <mgorny@gentoo.org>
Sat, 14 Jul 2018 20:08:39 +0000 (22:08 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 16 Jul 2018 19:56:24 +0000 (21:56 +0200)
dev-python/strict-rfc3339/strict-rfc3339-0.7.ebuild

index 8bd2ac3c3e0fd1d1ecd74c44cabf5251ffe1a491..c41e48cd5c24b52cc66a3c5b9c46e9179c340e55 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy pypy3 )
 
 inherit distutils-r1