alan-turing-institute / DTBase

A starting point from which digital twins can be developed.
MIT License
11 stars 4 forks source link

Check python version compatibility #124

Closed mhauru closed 11 months ago

mhauru commented 12 months ago

A Turing researcher was checking our code out, and said that even though pyproject.toml says we support python3.8, some of the dependencies don't. This should be fixed, but more generally we should have a way of checking that we actually support all version we claim to. Probably the best and easiest way would be to modify the unit tests GitHub Action to run on all Python versions we claim to support.

EdwinB12 commented 12 months ago

Linked to #119

EdwinB12 commented 11 months ago

fixed by #134