Was poking at using this for python version constraints, and it seems wild cards are not supported. ``` >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, != 3.4.* ``` It errors as follows: ``` Malformed constraint: !=3.0.* ```