dieterich-lab / scimodom

GNU Affero General Public License v3.0
0 stars 0 forks source link

Require Python 3.10+ #34

Closed eboileau closed 9 months ago

eboileau commented 9 months ago

Aims/objectives.

We currently have >=3.7,<3.11, but I would like to re-install with >=3.10. Python 3.7 is EOL, and 3.10 is the last security. This might also help to simplify type hinting/checking, etc. But first I need to thoroughly check that this does not affect other dependencies. It's time to do that now, before the code base grows too much.

A clear and concise description of todo items.

eboileau commented 9 months ago

requires-python = ">=3.10,<3.13".