ConaireD / TolimanWIP

WIP Toliman codes go here before being added to the main TOLIMAN github
Other
0 stars 0 forks source link

Execute in `python3.11`. #28

Closed Jordan-Dennis closed 1 year ago

Jordan-Dennis commented 1 year ago

Hi all, All this talk of plugins and environment has made me want to try out python3.11 since it is meant to be much faster than other versions of the language. However, conda only seems to support python3.10 so this would require some magic with venv. Regards Jordan.

Jordan-Dennis commented 1 year ago

So it turns out poetry (#20) also provides a weak virtual environment manager. This may be the way to go to have python3.11. However, there are dependency problems with equinox that I may need to look into.

Jordan-Dennis commented 1 year ago

conda==23.1.0 supports python==3.11. Let's view the speed.