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
In some cases, we might want to say "I do not care about the version of python used, but need at least python3.X".
We do not currently have a mechanism to do so, as we can either:
Select the python version explicitly
Use the version dwas was installed as
Being able to find other versions and use them would be beneficial.
For example, dwas itself uses python3.8 for most things, as this is the lowest python version supported, but the documentation actually requires python3.9, and unless we hardcode this, it's not possible to automatically pick a version.
The text was updated successfully, but these errors were encountered:
In some cases, we might want to say "I do not care about the version of python used, but need at least python3.X".
We do not currently have a mechanism to do so, as we can either:
Being able to find other versions and use them would be beneficial.
For example, dwas itself uses python3.8 for most things, as this is the lowest python version supported, but the documentation actually requires python3.9, and unless we hardcode this, it's not possible to automatically pick a version.
The text was updated successfully, but these errors were encountered: