Skip to content

Commit

Permalink
Updating changelog, adding Django 4.0 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
etianen committed Dec 17, 2021
1 parent 5be47f7 commit f190e76
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
20 changes: 19 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,32 @@ jobs:
PYTHONDEVMODE: 1
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.6, 3.7, 3.8, 3.9, '3.10']
django-version:
- '>=4.0a1,<4.1'
- '>=3.2,<4.0'
- '>=3.1,<3.2'
- '>=3.0,<3.1'
- '>=2.2,<3.0'
- '>=2.1,<2.2'
- '>=2.0,<2.1'
exclude:
- python-version: 3.6
django-version: '>=4.0a1,<4.1'
- python-version: 3.7
django-version: '>=4.0a1,<4.1'
- python-version: '3.10'
django-version: '>=3.2,<4.0'
- python-version: '3.10'
django-version: '>=3.1,<3.2'
- python-version: '3.10'
django-version: '>=3.0,<3.1'
- python-version: '3.10'
django-version: '>=2.2,<3.0'
- python-version: '3.10'
django-version: '>=2.1,<2.2'
- python-version: '3.10'
django-version: '>=2.0,<2.1'
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
django-python3-ldap changelog
=============================

0.13.1
------

- Django 4.0 compatibility (@sn1c).


0.13.0
------

Expand Down

0 comments on commit f190e76

Please sign in to comment.