diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 926c52d..87a2995 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -28,15 +28,17 @@ jobs: - "3.13" - "3.14" pandas-version: - - "2.2.*" - "2.3.*" + - "3.0.*" include: # https://github.com/pandas-dev/pandas/issues/42509 - python-version: "pypy3.11" pandas-version: "none" - # https://github.com/pandas-dev/pandas/issues/60016 - python-version: "3.14t" - pandas-version: "none" + pandas-version: "3.0.*" + exclude: + - python-version: "3.10" + pandas-version: "3.0.*" runs-on: ubuntu-latest