Skip to content

Commit 282731e

Browse files
committed
bump further
1 parent caa2b90 commit 282731e

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
run: rustup show
6464
- uses: mozilla-actions/[email protected]
6565
- run: make venv
66-
- run: .venv/bin/python -m pip install polars==1.3.0 # min version
66+
- run: .venv/bin/python -m pip install polars==1.5.0 # min version
6767
- run: make install
6868
- run: make test
6969

polars_xdt/ranges.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
if TYPE_CHECKING:
1111
import sys
12+
1213
if sys.version_info >= (3, 10):
1314
from typing import TypeAlias
1415
else:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["maturin>=1.0,<2.0", "polars>=1.3.0"]
2+
requires = ["maturin>=1.0,<2.0", "polars>=1.5.0"]
33
build-backend = "maturin"
44

55
[project]

0 commit comments

Comments
 (0)