Christopher Woodruff

Results 2 comments of Christopher Woodruff

It seems like extending CustomTypes requires python 3.10 or greater given the example code in the documentation. If so, this should be reflected in the install instructions. ``` class MyCustomTypes(dtype.CustomTypes):...

I was referring to the `match` in the example. It just caught me off guard because my virtualenv was running with python3.8 and I tried the example listed in the...