classes icon indicating copy to clipboard operation
classes copied to clipboard

Fix poetry install script

Open ivanovmg opened this issue 1 year ago • 2 comments

Fix poetry install script in gitlab CI config.

References:

  • https://python-poetry.org/docs/#installing-with-the-official-installer

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

  • Closes #494

ivanovmg avatar Dec 13 '24 06:12 ivanovmg

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?

ivanovmg avatar Dec 13 '24 06:12 ivanovmg

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

sobolevn avatar Dec 13 '24 09:12 sobolevn