RocketPy-Team / RocketPy

Next generation High-Power Rocketry 6-DOF Trajectory Simulation
https://docs.rocketpy.org/
MIT License
570 stars 137 forks source link

DEV: remove windows py3.8 from ci #622

Closed Gui-FernandesBR closed 2 weeks ago

Gui-FernandesBR commented 2 weeks ago

Pull request type

Current behavior

CI is breaking due to a problem with netcdf4 installation on windows with python 3.8. This was caused due to the latest release of netcdf4, version 1.7.0

New behavior

GitHub Actions will no longer run on windows with python 3.8, but the python 3.12 is kept for os compatibility check. This is a temporary fix that will be rolled back after netcdf4 fix of: https://github.com/Unidata/netcdf4-python/issues/1329

Breaking change

Additional information

No further comments.