dev-python/aiohttp-cors: Python 3.7 compatibility
authorCraig Andrews <candrews@gentoo.org>
Sun, 13 Oct 2019 20:45:57 +0000 (16:45 -0400)
committerCraig Andrews <candrews@gentoo.org>
Tue, 15 Oct 2019 15:57:53 +0000 (11:57 -0400)
Closes: https://bugs.gentoo.org/691856
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Craig Andrews <candrews@gentoo.org>
dev-python/aiohttp-cors/aiohttp-cors-0.6.0.ebuild

index 2ef943a0aea3dffee62948339d80d1ff60c5abb7..e5b671ad5b8e8232411f26afafc8045c535f8c54 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python3_{5,6} )
+PYTHON_COMPAT=( python3_{5,6,7} )
 
 inherit distutils-r1