Skip to content

Commit 37a3298

Browse files
drop 3.8, min 3.9 in pyproject
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
1 parent 576eafc commit 37a3298

File tree

3 files changed

+12
-151
lines changed

3 files changed

+12
-151
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ You are welcome to file an issue here for general use cases. You can also contac
1111

1212
## Requirements
1313

14-
Python 3.8 or above is required.
14+
Python 3.9 or above is required.
1515

1616
## Documentation
1717

poetry.lock

Lines changed: 7 additions & 146 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ packages = [{ include = "databricks", from = "src" }]
99
include = ["CHANGELOG.md"]
1010

1111
[tool.poetry.dependencies]
12-
python = "^3.8.0"
12+
python = "^3.9.0"
1313
thrift = ">=0.16.0,<0.21.0"
1414
pandas = [
15-
{ version = ">=1.2.5,<2.3.0", python = ">=3.8,<3.13" },
15+
{ version = ">=1.2.5,<2.3.0", python = ">=3.9,<3.13" },
1616
{ version = ">=2.2.3,<2.3.0", python = ">=3.13" }
1717
]
1818
lz4 = "^4.0.2"
@@ -22,7 +22,7 @@ openpyxl = "^3.0.10"
2222
urllib3 = ">=1.26"
2323
python-dateutil = "^2.8.0"
2424
pyarrow = [
25-
{ version = ">=14.0.1", python = ">=3.8,<3.13", optional=true },
25+
{ version = ">=14.0.1", python = ">=3.9,<3.13", optional=true },
2626
{ version = ">=18.0.0", python = ">=3.13", optional=true }
2727
]
2828
pyjwt = "^2.0.0"
@@ -38,7 +38,7 @@ pylint = ">=2.12.0"
3838
black = "^22.3.0"
3939
pytest-dotenv = "^0.5.2"
4040
numpy = [
41-
{ version = ">=1.16.6", python = ">=3.8,<3.11" },
41+
{ version = ">=1.16.6", python = ">=3.9,<3.11" },
4242
{ version = ">=1.23.4", python = ">=3.11" },
4343
]
4444

0 commit comments

Comments
 (0)