simularium / simulariumio

Python package that converts simulation outputs to the format consumed by the Simularium viewer website
Apache License 2.0
5 stars 3 forks source link

use python 3.10 instead of 3.8 for main build #190

Closed ascibisz closed 2 months ago

ascibisz commented 2 months ago

Time estimate or Size

xsmall

Problem

The build was broken for Python 3.8, because a dependency of the MDAnalysis (which is needed for the MD converter) no longer supports Python 3.8.

Link to story or ticket

Solution

Since Python 3.8 (see here) is reaching end of life in October anyways, it feels more appropriate to move our tests to newer versions of Python rather than pin dependencies to make sure we don't install the newest versions of packages that are no longer supporting Python 3.8.

Changes