cmu-delphi / covidcast-indicators

Back end for producing indicators and loading them into the COVIDcast API.
https://cmu-delphi.github.io/delphi-epidata/api/covidcast.html
MIT License
12 stars 17 forks source link

Python 3.8 EOL looms #1916

Open dsweber2 opened 9 months ago

dsweber2 commented 9 months ago

Came up in discussions with @nolangormley, it appears 3.8 is EOL by the end of 2024. There are some packages which seem to depend on 3.8, so we need to figure out how to update that/workaround. Related to https://github.com/cmu-delphi/covidcast-indicators/issues/1854

melange396 commented 9 months ago

looking at the version release cycle info in your python.org link, we might want to aim to use python 3.12 for longevity, but we could end up being hamstrung into bumping to just 3.9 instead as seen in https://github.com/cmu-delphi/delphi-epidata/issues/1019

dshemetov commented 9 months ago

Some useful resources:

dshemetov commented 9 months ago

Some criteria: