Skip to content

Commit ed6dcd7

Browse files
committed
Remove Python 3.9 support
1 parent bebfe04 commit ed6dcd7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,7 @@ pyarrow = { version = ">=17.0.0", optional = true }
6666
google-auth = { version = ">=2.4.0", optional = true }
6767
pandas = { version = ">=1.0.0,<3.0.0", optional = true }
6868
duckdb = { version = ">=0.5.0,<2.0.0", optional = true }
69-
ray = [
70-
{ version = ">=2.10.0,<=2.44.0", optional = true }
71-
]
69+
ray = { version = ">=2.10.0,<=2.44.0", optional = true }
7270
python-snappy = { version = ">=0.6.0,<1.0.0", optional = true }
7371
thrift = { version = ">=0.13.0,<1.0.0", optional = true }
7472
boto3 = { version = ">=1.24.59", optional = true }

0 commit comments

Comments
 (0)