iot-lab / cli-tools

IoT-LAB CLI tools
Other
17 stars 14 forks source link

associations: use collections.abc instead of collections #63

Closed miri64 closed 2 years ago

miri64 commented 2 years ago

Using or importing the ABCs from collections instead of from collections.abc is deprecated since Python 3.3, and in 3.10 it will stop working. Since Python 3.10 was released a few month ago, and starting to get deployed in operating systems such as Arch or Fedora, this should be fixed ASAP.

aabadie commented 2 years ago

Support for Python 2 has just been removed and the cli-tools are now supporting Python 3.7+. Please rebase. Maybe you could also add "3.10" in the GH action matrix ?

miri64 commented 2 years ago

Support for Python 2 has just been removed and the cli-tools are now supporting Python 3.7+. Please rebase. Maybe you could also add "3.10" in the GH action matrix ?

Done and done.

aabadie commented 2 years ago

Thanks !