Breakthrough-Energy / REISE.jl

Renewable Energy Integration Simulation Engine
https://breakthrough-energy.github.io/docs/
MIT License
30 stars 22 forks source link

Update python version for testing and dependencies in requirements file #183

Closed rouille closed 2 years ago

rouille commented 2 years ago

Pull Request doc

Purpose

Update python versions for testing. More specifically, remove 3.7 and add 3.9 and 3.10. The h5py and pytest packages in the requirements file had to be updated to get the checks running.

What the code is doing

N/A

Testing

Existing tests

Where to look

The requirements file.:

Usage Example/Visuals

N/A

Time estimate

5min

lanesmith commented 2 years ago

Does this mean we are dropping support for Python 3.7? If so, we might want to update the Python installation page in the docs: https://breakthrough-energy.github.io/docs/user/python_guide.html

rouille commented 2 years ago

Does this mean we are dropping support for Python 3.7? If so, we might want to update the Python installation page in the docs: https://breakthrough-energy.github.io/docs/user/python_guide.html

Good point. We stop supporting 3.7 to follow what we do in other public packages.

jenhagg commented 2 years ago

I'm not an admin on this repo but looks like we need to update the required checks to remove 3.7, and possibly add 3.10.