chime-experiment / ch_util

CHIME utilities
https://chime-experiment.github.io/ch_util
MIT License
2 stars 3 forks source link

Update minimum supported python to 3.9 #71

Closed ljgray closed 2 months ago

ljgray commented 2 months ago

Python 3.8 is reaching end-of-life in October. I think we're OK to update this one, but we should be careful with deploying since some machines might be running python <= 3.8

ketiltrout commented 2 months ago

Given that ch_util is going to pull in caput anyways, keeping this one at 3.8 isn't going to help us much if we're re-deploying stuff.

ljgray commented 2 months ago

That's a good point about caput (and driftscan). I guess we should review exactly where these repos are being used and see where we can update python