Skip to content

Issue #4: Update poliastro requirement to 0.15.0

Hugh Brown requested to merge issue-4-update-poliastro-requirement into master

Previous versions of poliastro were incompatible with Python 3.9, which effectively capped Vinvelivaanilai to Python 3.8. poliastro is compatible with Python 3.9 as of 0.15.0, so we're updating the version we require.

This has already been effectively tested through local testing of Polaris for polaris!194 (merged); vinvelivaanilai is installed for that, and is compatible with the new version of poliastro.

This also updates the version of Python used in Gitlab CI from 3.8.3 to 3.9. Note that this also removes minor version pinning.

Related to polaris!194 (merged) and polaris#124 (closed).

Closes #4 (closed).

Signed-off-by: Hugh Brown (Saint Aardvark the Carpeted) aardvark@saintaardvarkthecarpeted.com

Edited by Hugh Brown

Merge request reports