From 067746c36a67fedb3dda0574a53375d81558eec5 Mon Sep 17 00:00:00 2001 From: Christopher Clarke Date: Wed, 3 Apr 2024 10:42:46 -0400 Subject: [PATCH] Fix workflow --- .github/workflows/test.yml | 6 +++++- CHANGES.rst | 5 +++++ TODO.rst | 1 + 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5706966..1ec659b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,11 @@ jobs: fail-fast: false matrix: python-version: [ "3.7", "3.8", "3.9", "3.10"] - django-version: [ "30", "31", "32","40", "42", "50"] + django-version: [ "30", "31", "32","40", "42"] + exclude: + - {python-version: "3.7", django-version: "40"} + - {python-version: "3.7", django-version: "42"} + steps: - uses: actions/checkout@v2 diff --git a/CHANGES.rst b/CHANGES.rst index 478dc65..0bd08e2 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,5 +1,10 @@ CHANGES ======== +0.6.7 (2024-03-27) + +Fix several deprecation warnings in pandas 2.1 which became actual errors in 2.2 +as per `#158`_ thanks to @bixbyr + 0.6.6 (2021-10-27) ------------------ The main feature of this is release in the use of a GHA to diff --git a/TODO.rst b/TODO.rst index 73de4ee..f04acd6 100644 --- a/TODO.rst +++ b/TODO.rst @@ -4,6 +4,7 @@ TODO - Add coverage and tox and integrate with travis-CL - Add to pivot_table method + 2013-07-24 ----------- - We need to implement the pivot table method