Skip to content

Commit abd29d6

Browse files
committed
Update dependency matrix and bump version 1.2.0
1 parent 7561c76 commit abd29d6

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,13 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
python-version: ["3.11", "3.10", "3.9", "3.8"]
20-
django-version: ["4.2", "4.1", "3.2"]
19+
python-version: ["3.12", "3.11", "3.10"]
20+
django-version: ["5.0", "4.2"]
21+
include:
22+
- python-version: "3.9"
23+
django-version: "4.2"
24+
- python-version: "3.8"
25+
django-version: "4.2"
2126
steps:
2227
- uses: actions/checkout@v4
2328
- name: Set up Python ${{ matrix.python-version }}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ A collection of django password validators.
1010

1111
## Compatibility
1212

13-
- Python: **3.8**, **3.9**, **3.10**, **3.11**
14-
- Django: **3.2**, **4.1**, **4.2**
13+
- Python: **3.8**, **3.9**, **3.10**, **3.11**, **3.12**
14+
- Django: **4.2**, **5.0**
1515

1616
## Installation
1717

django_pwned/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.1.2"
1+
__version__ = "1.2.0"

0 commit comments

Comments
 (0)