brightway-lca / brightway2-io

Importing and exporting for the Brightway LCA framework
BSD 3-Clause "New" or "Revised" License
26 stars 40 forks source link

Few type hints not compatible with python 3.9 & python 3.8 #244

Open raphaeljolivet opened 7 months ago

raphaeljolivet commented 7 months ago

Hi,

I just found that a few typing hints make the code not compatible with python3.9 & python3.8. I guess those versions are still used a lot and it's too bad only a few lines make it not compatible.

I will do a PR to fix it.

BTW, I just discovered Tox for this: it enables you to package, deploy your lib and test it easily in several Python envs. It's easy to use a handy to ensure broad compatibility.

tngTUDOR commented 6 months ago

@raphaeljolivet , the PR was merged. Do you think we can close this issue?