pinnaculum / py-multiformats-cid

Self-describing content-addressed identifiers for distributed systems implementation in Python (fork of the deprecated ipld/py-cid)
MIT License
6 stars 1 forks source link

make 3.7 compatible #3

Closed bh2smith closed 1 year ago

bh2smith commented 1 year ago

Here is a PR changing all bytes | str to Union[bytes, str]

bh2smith commented 1 year ago

According to your CI, this is not actually necessary:

https://github.com/pinnaculum/py-multiformats-cid/actions/runs/3503668675/jobs/5868869819

pinnaculum commented 1 year ago

According to your CI, this is not actually necessary:

https://github.com/pinnaculum/py-multiformats-cid/actions/runs/3503668675/jobs/5868869819

I can confirm, my venv uses python 3.7.3 and it doesn't complain.

bh2smith commented 1 year ago

okie...weird.