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 poetry install script #495

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ivanovmg
Copy link
Contributor

Fix poetry install script in gitlab CI config.

References:

Checklist

  • I have double checked that there are no unrelated changes in this pull request (old patches, accidental config files, etc)
  • I have created at least one test case for the changes I have made
  • I have updated the documentation for the changes I have made
  • I have added my changes to the CHANGELOG.md

Related issues

@ivanovmg
Copy link
Contributor Author

Oh, poetry dropped support for Python 3.7, so it cannot be installed for 3.7 environment.

Possible way forward:

  • Drop support for Python 3.7 in classes. Any plans to keep supporting 3.7?
  • Or maybe switch from poetry to pip?

@sobolevn
Copy link
Member

sobolevn commented Dec 13, 2024

Drop all pythons up to 3.10, just like we do in returns

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Outdated install-poetry.py in CI pipelines
2 participants