Update pyproject.toml: drop 3.8.0 support#759
Open
wyattscarpenter wants to merge 2 commits intodatabricks:mainfrom
Open
Update pyproject.toml: drop 3.8.0 support#759wyattscarpenter wants to merge 2 commits intodatabricks:mainfrom
wyattscarpenter wants to merge 2 commits intodatabricks:mainfrom
Conversation
This programmatically completes the change begun in https://github.com/databricks/databricks-sql-python/blame/ca4d7bcbcd6846bd9be1b079dcd84ce252e525b2/README.md#L16 For complicated reasons relating to package manager solving, described here https://discuss.python.org/t/requires-python-upper-limits/12663, it's not a good idea to specfy an upper cap, so I have also changed to specifying only the lower bound. Signed-off-by: wyattscarpenter <wyattscarpenter@gmail.com>
Signed-off-by: wyattscarpenter <wyattscarpenter@gmail.com>
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 programmatically completes the change begun in https://github.com/databricks/databricks-sql-python/blame/ca4d7bcbcd6846bd9be1b079dcd84ce252e525b2/README.md#L16
For complicated reasons relating to package manager solving, described here https://discuss.python.org/t/requires-python-upper-limits/12663, it's not a good idea to specify an upper cap, so I have also changed to specifying only the lower bound.
What type of PR is this?
Description
How is this tested?
Related Tickets & Documents
As noted in #698 (comment), no unit tests run for 3.8 anyway.