databricks-sql-python icon indicating copy to clipboard operation
databricks-sql-python copied to clipboard

Drop support for Python 3.8

Open varun-edachali-dbx opened this issue 6 months ago • 1 comments

What type of PR is this?

  • [x] Other

Description

Currently, all unit tests, linting checks, and type checking in the CI only run for Python 3.9-3.13, since we have dropped support for Python 3.8. However, the pyproject.toml as well as the README are outdated and still mention support for Python 3.8.

Now, we explicitly drop support for Python 3.8.

How is this tested?

  • [ ] Unit tests
  • [ ] E2E Tests
  • [ ] Manually
  • [x] N/A

Related Tickets & Documents

N/A

varun-edachali-dbx avatar Jul 15 '25 03:07 varun-edachali-dbx