django-mfa3

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

commit
07110a1499d5305c358a0acf0b7aa51e2c45fcae
parent
0975582afb4c4a2dcee4378c3d7e56b79c608127
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2022-11-22 09:48
test with django 4.1 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

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