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

fix: --upgrade-dep not available with python < 3.9 #1302

Merged
merged 3 commits into from
Jun 30, 2024

Conversation

k3yss
Copy link
Collaborator

@k3yss k3yss commented Jun 26, 2024

The --upgrade-dep flag was introduced in python version 3.9, this PR disables the flag in case of python version lower than the version 3.9

fixes #1289

src/modules/languages/python.nix Outdated Show resolved Hide resolved
@k3yss k3yss force-pushed the work/keys/python-fix branch 2 times, most recently from 7640e59 to 50ad838 Compare June 28, 2024 11:30
@k3yss
Copy link
Collaborator Author

k3yss commented Jun 28, 2024

Should be fine now @domenkozar

@k3yss
Copy link
Collaborator Author

k3yss commented Jun 28, 2024

fixing tests

@k3yss k3yss requested a review from domenkozar June 28, 2024 19:36
@domenkozar domenkozar merged commit bb32aa9 into cachix:main Jun 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

--upgrade-deps doesn't work with python 3.8
2 participants