Skip to content

Commit 0a502ef

Browse files
authored
V.0.3.0 release (#83)
* Update documentation, GH action ci * #81 - black
1 parent 59bfbfe commit 0a502ef

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ jobs:
2626
python-version: "3.9"
2727
- django-version: "4.0.0"
2828
python-version: "3.10"
29+
# Django 4.1
30+
- django-version: "4.1.0"
31+
python-version: "3.8"
32+
- django-version: "4.1.0"
33+
python-version: "3.9"
34+
- django-version: "4.1.0"
35+
python-version: "3.10"
2936
steps:
3037
- uses: actions/checkout@v2
3138
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)