Skip to content

Commit 537dae0

Browse files
committed
Tests: Fix Dask not being installed for testing on Python 3.13
1 parent f547ebb commit 537dae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ optional-dependencies.release = [
109109
]
110110
optional-dependencies.test = [
111111
"cratedb-toolkit[testing]",
112-
"dask[dataframe]; python_version<'3.13'",
112+
"dask[dataframe]",
113113
"pandas<2.3",
114114
"pueblo>=0.0.7",
115115
"pytest<9",

0 commit comments

Comments
 (0)