nasa / OnAIR

The On-board Artificial Intelligence Research (OnAIR) Platform is a framework that enables AI algorithms written in Python to interact with NASA's cFS. It is intended to explore research concepts in autonomous operations in a simulated environment.
58 stars 14 forks source link

126 provide some backwards compatibility with previous python versions #127

Closed asgibson closed 5 months ago

asgibson commented 6 months ago

CI runs show unit test compatibility with Python versions 3.8 thru 3.12. While this does not ensure "production" usage of OnAIR it does show that all the code used is compatible with those versions. Python 3.7 was found to have many issues with running unit tests. It is recommended to stop at 3.8 for now because allowing for Python 3.7 would require more time and effort.