Skip to content

Update pyproject.toml: drop 3.8.0 support#759

Open
wyattscarpenter wants to merge 2 commits intodatabricks:mainfrom
wyattscarpenter:patch-5
Open

Update pyproject.toml: drop 3.8.0 support#759
wyattscarpenter wants to merge 2 commits intodatabricks:mainfrom
wyattscarpenter:patch-5

Conversation

@wyattscarpenter
Copy link
Contributor

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?

  • Refactor
  • Feature
  • Bug Fix
  • Other

Description

How is this tested?

  • Unit tests
  • E2E Tests
  • Manually
  • N/A

Related Tickets & Documents

As noted in #698 (comment), no unit tests run for 3.8 anyway.

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant