SiLab-Bonn / basil

A data acquisition framework in Python and Verilog.
BSD 3-Clause "New" or "Revised" License
40 stars 29 forks source link

Fix deprecation errors/warnings #225

Closed cbespin closed 4 months ago

cbespin commented 4 months ago

Fixes _pkgresources deprecation that is also relevant for importing basil and numpy casting deprecation in tests. The former effectively raises the minimum python version to 3.8, which makes sense anyway, given the support from large packages such as numpy and scipy.

cbespin commented 4 months ago

I see there is still one warning for python3.11 and above, but the fix requires increasing the minimum python version to 3.9. Maybe we should leave it as it is for the moment and monitor the development