Skip to content

Commit 067746c

Browse files
author
Christopher Clarke
committed
Fix workflow
1 parent 38e6c7b commit 067746c

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
python-version: [ "3.7", "3.8", "3.9", "3.10"]
15-
django-version: [ "30", "31", "32","40", "42", "50"]
15+
django-version: [ "30", "31", "32","40", "42"]
16+
exclude:
17+
- {python-version: "3.7", django-version: "40"}
18+
- {python-version: "3.7", django-version: "42"}
19+
1620
steps:
1721
- uses: actions/checkout@v2
1822

CHANGES.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
CHANGES
22
========
3+
0.6.7 (2024-03-27)
4+
5+
Fix several deprecation warnings in pandas 2.1 which became actual errors in 2.2
6+
as per `#158`_ thanks to @bixbyr
7+
38
0.6.6 (2021-10-27)
49
------------------
510
The main feature of this is release in the use of a GHA to

TODO.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ TODO
44

55
- Add coverage and tox and integrate with travis-CL
66
- Add to pivot_table method
7+
78
2013-07-24
89
-----------
910
- We need to implement the pivot table method

0 commit comments

Comments
 (0)