databricks-sql-python
databricks-sql-python copied to clipboard
Drop support for Python 3.8
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