KCL-BMEIS / spectrumdevice

Python library for communicating with digitisers manufactured by Spectrum Instrumentation
MIT License
6 stars 2 forks source link

Python 3.12 #39

Closed crnbaker closed 12 months ago

crnbaker commented 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.