Closed crnbaker closed 12 months ago
Works on 3.12.
Removed support fro 3.8 so I can use importlib.resources for loading the spectrum_errors.csv instead of now deprecated pkg_resources.resource_filename... a little bit early as officially 3.8 is still supported until next year.
importlib.resources
spectrum_errors.csv
pkg_resources.resource_filename
Works on 3.12.
Removed support fro 3.8 so I can use
importlib.resources
for loading thespectrum_errors.csv
instead of now deprecatedpkg_resources.resource_filename
... a little bit early as officially 3.8 is still supported until next year.