Jonxslays/wom.py

Python 3.8 is unsupported

Closed this issue · 0 comments

Due to some of thew newer typehinting features were using this project won't run on 3.8 and potentially not even on 3.9.

Replace all usage of:

MyType = str | None type hints.

ADD CONTINUOUS INTEGRATION TO CATCH STUPID STUFF LIKE THIS.