Closed clalancette closed 2 years ago
Getting Iterable from collections was deprecated in Python 3.9 and removed in 3.10.
While I was in here, I noticed that we were getting warnings for a deprecated usage of script-dir and install-scripts, so fix that as well.
script-dir
install-scripts
Fixes #72
Getting Iterable from collections was deprecated in Python 3.9 and removed in 3.10.
While I was in here, I noticed that we were getting warnings for a deprecated usage of
script-dir
andinstall-scripts
, so fix that as well.Fixes #72