snok / install-poetry

Github action for installing and configuring Poetry
MIT License
572 stars 53 forks source link

Poetry Requires Python 3.8+ #135

Closed tmakruck closed 6 months ago

tmakruck commented 11 months ago
image

Tests in django-auth-adfs are currently failing when python 3.7 is at play. Poetry itself now requires python 3.8+ per https://python-poetry.org/docs/

sondrelg commented 11 months ago

Guess it's time to drop support. Python 3.7 has reached EOL right? (source)

ulgens commented 6 months ago

This is resolved by https://github.com/snok/install-poetry/pull/136

sondrelg commented 6 months ago

Thanks @ulgens