Skip to content

Commit

Permalink
fix: py3.13 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvictor committed Dec 19, 2024
1 parent 1949ce6 commit 06e1063
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ on:
permissions:
contents: read

env:
PYO3_USE_ABI3_FORWARD_COMPATIBILITY: 1

jobs:
linux:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ crate-type = ["cdylib"]


[dependencies]
pyo3 = { version = "*", features = ["extension-module"] }
pyo3 = { version = "0.20", features = ["extension-module"] }
pyo3-polars = { version = "0.10.0", features = ["derive"] }
polars = {version = "0.36.2", features = ["dtype-struct"]}
# "performant", "lazy", "dtype-array"
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.4,<2.0"]
requires = ["maturin>=1.5,<2.0"]
build-backend = "maturin"

[project]
Expand Down

0 comments on commit 06e1063

Please sign in to comment.