*/*: Clean PYTHON_COMPAT of obsolete impls
[gentoo.git] / dev-python / pytest-asyncio / pytest-asyncio-0.10.0.ebuild
index 45187f24bf6bc813a876c2d615165f62cee61aed..9e9d67138cb1344893a5be8b874760e5d06e0d54 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{5,6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 inherit distutils-r1
 
 DESCRIPTION="Library for testing asyncio code with pytest"