-
Notifications
You must be signed in to change notification settings - Fork 22
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
docs: drop support for py 3.8 and update to poetry 2 in our CI #249
Conversation
This reverts commit f1ee332.
This comment was marked as resolved.
This comment was marked as resolved.
This PR is finally ready! It resolves the problem that we first encountered in #202 (comment) where we couldn't lock our dependencies for py3.9+. I reported this issue in cjolowicz/nox-poetry#1116 and identified a solution in this discussion thread. Once this gets merged, all of our dependencies will finally be locked across all versions of python! 🎉 In this PR, I also identitied a new pattern for our locked versions going forward. From now on, every version of every dependency should be locked to three different versions in our lock file:
|
pip can't retrieve the wheel for some reason
Co-authored-by: Arya Massarat <[email protected]>
This PR removes support for py3.8 (which is end of life) and updates our CI to use poetry 2, the newest version of poetry. The CI update allows us to lock our dependencies across all versions of python.
TODO:
dependency walk failed
python-poetry/poetry-plugin-export#286