RustyRin / bandcamp-api

A simple way to get info from Bandcamp
GNU General Public License v3.0
11 stars 4 forks source link

Replace `|` with `Union` to make the code backwards compatible with python 3.8 #12

Open xnetcat opened 1 year ago

xnetcat commented 1 year ago

Currently this package is not supported by python 3.8 because of the | used for type hints. Is there any chance you could replace them with Union / accept my PR and release a new version?