Commit a2c1418
committed
Update pyproject.toml: drop 3.8.0 support
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>1 parent ca4d7bc commit a2c1418
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments