UT-Covid / episimlab

Framework for development of epidemiological models
https://ut-covid.github.io/episimlab/
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

Limited to python 3.8 support #42

Closed ethho closed 2 years ago

ethho commented 2 years ago

Currently, poetry install requires python >=3.8: https://github.com/eho-tacc/episimlab/blob/53189f4e75bae5a1a556eeae9f2e4f2fe6e6bd4a/pyproject.toml#L11

Some unnecessary string formatting is also >=3.8 specific:

https://github.com/eho-tacc/episimlab/blob/53189f4e75bae5a1a556eeae9f2e4f2fe6e6bd4a/episimlab/compt_model.py#L48-L48

Objective

Support back to 3.7, 3.6 if possible.