You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Newer versions of tox seem to provision python 3.10 when the environment python is used, but then our wheels don't necessarily fit.
For this reason, the examples shown in the developer's manual hardcoded the Python version (tox -e py39).
We now define tox environments sagepython in tox.ini, which takes Python as SAGE_VENV/bin/python3 and change the manual to use this environment in examples, such as: