From 5864a0bfadc56f0b99c6694322f87ea32222779f Mon Sep 17 00:00:00 2001 From: Dmitriy Date: Wed, 6 Nov 2024 10:39:41 +0500 Subject: [PATCH] chore: bump pyo3 to 0.22.6, disable free-thread test --- .github/workflows/CI.yml | 7 ++++--- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index d935ae9..f341bc1 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 5e826c7..aa14f43 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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",