fix: updated python version requirement to support wide range of projects#3
Open
Aviksaikat wants to merge 2 commits intosnipermonke01:mainfrom
Open
fix: updated python version requirement to support wide range of projects#3Aviksaikat wants to merge 2 commits intosnipermonke01:mainfrom
Aviksaikat wants to merge 2 commits intosnipermonke01:mainfrom
Conversation
e7233b0 to
40fa2a4
Compare
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.
Summary
Updated the Python version to
python = ">=3.10,<4"so that it can support a wide range of projects.Fix
#2
Why
As we know many projects uses
poetrywhich is a pain in the ass when it comes to version resolving. The current version will create huge conflicts. So it's safe to change the version to the one suggested in the PR.