Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a mechanism to select python version more dynamically #60

Open
BenjaminSchubert opened this issue Dec 31, 2023 · 0 comments
Open

Add a mechanism to select python version more dynamically #60

BenjaminSchubert opened this issue Dec 31, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@BenjaminSchubert
Copy link
Owner

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:

  1. Select the python version explicitly
  2. 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.

@BenjaminSchubert BenjaminSchubert added the enhancement New feature or request label Dec 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant