pyproject.toml
2.64 KB
-
don't require importlib-metadata with python 3.8 (#1586) · bf6ad084
This is probably only a typo. `importlib-metadata` was included in the standard library, so the requirement should be `< 3.8`, not `<= 3.8`.
Fabio Valentini committed