Skip to content

Commit 2f33236

Browse files
committed
Add new optional ray version
Add a new optional ray version: - If the Python version is ≥ 3.13, use a ray version that is ≥ 2.45.0.
1 parent 7768850 commit 2f33236

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/pypi-build-artifacts.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
3.10
4747
3.11
4848
3.12
49+
3.13
4950
5051
- name: Install poetry
5152
run: make install-poetry

.github/workflows/svn-build-artifacts.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
3.10
4747
3.11
4848
3.12
49+
3.13
4950
5051
- name: Install poetry
5152
run: make install-poetry

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ duckdb = { version = ">=0.5.0,<2.0.0", optional = true }
6868
ray = [
6969
{ version = "==2.10.0", python = "<3.9", optional = true },
7070
{ version = ">=2.10.0,<3.0.0", python = ">=3.9", optional = true },
71+
{ version = ">=2.45.0", python = ">=3.13", optional = true}
7172
]
7273
python-snappy = { version = ">=0.6.0,<1.0.0", optional = true }
7374
thrift = { version = ">=0.13.0,<1.0.0", optional = true }

0 commit comments

Comments
 (0)