sat-utils / sat-search

A python client for sat-api
MIT License
188 stars 43 forks source link

fix: Use new importlib #136

Open l0b0 opened 1 week ago

l0b0 commented 1 week ago

As recommended by https://docs.python.org/3/whatsnew/3.12.html#imp.

This is sufficient to make the package build using Nix, but I've not tested the result yet.

Closes #135.