django-mfa3

multi factor authentication for django
git clone https://git.ce9e.org/django-mfa3.git

commit
a77094f37fc308481632847dacf16be9c7e21530
parent
51a4f3367055be9529ad733d388aa283fabb3226
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-04-06 11:32
test with django 4.2 release

Diffstat

M .github/workflows/main.yml 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml

@@ -19,7 +19,7 @@ jobs:
   19    19           - python: '3.11'
   20    20             django: '4.1'
   21    21           - python: '3.11'
   22    -1             django: '4.2b1'
   -1    22             django: '4.2'
   23    23     steps:
   24    24     - uses: actions/checkout@v2
   25    25     - uses: actions/setup-python@v2