Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Clarke committed Apr 3, 2024
1 parent 38e6c7b commit 067746c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions TODO.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 067746c

Please sign in to comment.