BhallaLab / moose-core

C++ basecode and python scripting interface
https://moose.ncbs.res.in
GNU General Public License v3.0
15 stars 27 forks source link

Update pymoose.yml to run for python3.11 and 3.12 #469

Closed hrani closed 8 months ago

subhacom commented 8 months ago

The workflow may need to be updated:

  1. Python 3.7 and 3.8 can be removed.
  2. Instead of python setup.py install as per https://packaging.python.org/en/latest/tutorials/packaging-projects/, one should use python -m pip install --upgrade build and then python -m build. If not packaging, simply pip install . can also work.
hrani commented 8 months ago

Fixed in commit ba12ae3