django-mfa3

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

commit
0aee417952cac145c6a6e07df87c27f7433f824f
parent
b1c5ab96a845469d260e698d730daf699492cc7f
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-02-20 21:55
test on django 4.2

Diffstat

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

1 files changed, 2 insertions, 0 deletions


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

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