Skip to content

Commit

Permalink
bump further
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Sep 14, 2024
1 parent caa2b90 commit 282731e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
run: rustup show
- uses: mozilla-actions/[email protected]
- run: make venv
- run: .venv/bin/python -m pip install polars==1.3.0 # min version
- run: .venv/bin/python -m pip install polars==1.5.0 # min version
- run: make install
- run: make test

Expand Down
1 change: 1 addition & 0 deletions polars_xdt/ranges.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

if TYPE_CHECKING:
import sys

if sys.version_info >= (3, 10):
from typing import TypeAlias
else:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["maturin>=1.0,<2.0", "polars>=1.3.0"]
requires = ["maturin>=1.0,<2.0", "polars>=1.5.0"]
build-backend = "maturin"

[project]
Expand Down

0 comments on commit 282731e

Please sign in to comment.