Skip to content

Commit

Permalink
Merge pull request #96 from dimastbk/bump-pyo3
Browse files Browse the repository at this point in the history
chore: bump pyo3 to 0.22.6, disable free-thread test
  • Loading branch information
dimastbk authored Nov 6, 2024
2 parents 381ab59 + 5864a0b commit 9897af3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,10 @@ jobs:
- python-version: "3.13"
pandas-version: "2.2.*"
# https://github.com/pandas-dev/pandas/issues/60016
- python-version: "3.13"
pandas-version: "none"
disable-gil: true
# disable until pyo3 0.23
# - python-version: "3.13"
# pandas-version: "none"
# disable-gil: true

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 @@ -15,7 +15,7 @@ crate-type = ["cdylib"]

[dependencies]
calamine = { version = "0.26.1", features = ["dates"] }
pyo3 = { version = "0.22.5", features = [
pyo3 = { version = "0.22.6", features = [
"extension-module",
"chrono",
"generate-import-lib",
Expand Down

0 comments on commit 9897af3

Please sign in to comment.