docs: drop support for py 3.8 and update to poetry 2 in our CI#249
Merged
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.
Member
Author
|
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
aryarm
commented
Feb 12, 2025
aryarm
commented
Feb 13, 2025
aryarm
commented
Feb 16, 2025
Co-authored-by: Arya Massarat <[email protected]>
aarushi03
approved these changes
Feb 18, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 failedpython-poetry/poetry-plugin-export#286