Skip to content

Commit f190e76

Browse files
committed
Updating changelog, adding Django 4.0 tests
1 parent 5be47f7 commit f190e76

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,32 @@ jobs:
99
PYTHONDEVMODE: 1
1010
strategy:
1111
matrix:
12-
python-version: [3.6, 3.7, 3.8, 3.9]
12+
python-version: [3.6, 3.7, 3.8, 3.9, '3.10']
1313
django-version:
14+
- '>=4.0a1,<4.1'
1415
- '>=3.2,<4.0'
1516
- '>=3.1,<3.2'
1617
- '>=3.0,<3.1'
1718
- '>=2.2,<3.0'
1819
- '>=2.1,<2.2'
1920
- '>=2.0,<2.1'
21+
exclude:
22+
- python-version: 3.6
23+
django-version: '>=4.0a1,<4.1'
24+
- python-version: 3.7
25+
django-version: '>=4.0a1,<4.1'
26+
- python-version: '3.10'
27+
django-version: '>=3.2,<4.0'
28+
- python-version: '3.10'
29+
django-version: '>=3.1,<3.2'
30+
- python-version: '3.10'
31+
django-version: '>=3.0,<3.1'
32+
- python-version: '3.10'
33+
django-version: '>=2.2,<3.0'
34+
- python-version: '3.10'
35+
django-version: '>=2.1,<2.2'
36+
- python-version: '3.10'
37+
django-version: '>=2.0,<2.1'
2038
steps:
2139
- uses: actions/checkout@v2
2240
- name: Set up Python ${{ matrix.python-version }}

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
django-python3-ldap changelog
22
=============================
33

4+
0.13.1
5+
------
6+
7+
- Django 4.0 compatibility (@sn1c).
8+
9+
410
0.13.0
511
------
612

0 commit comments

Comments
 (0)