Closed m-wierzba closed 2 weeks ago
We should ensure that the required Python version is not higher than the version required by the rest of DataLad.
Explanation provided by @christian-monch:
tomllib
root_dir
glob.glob
Addressed in PR #48
We should ensure that the required Python version is not higher than the version required by the rest of DataLad.
Explanation provided by @christian-monch:
tomllib
is the reason for 3.11root_dir
ofglob.glob
is the reason for 3.10