django-mfa3

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

commit
a4e79574cf07e65e68ba9709c074bd48e4269de2
parent
b98c695908e4e9d53866a3890407fd855a5a8555
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2025-11-24 16:23
ci: add django 6.0

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

@@ -18,6 +18,8 @@ jobs:
   18    18             django: '4.2'
   19    19           - python: '3.14'
   20    20             django: '5.2'
   -1    21           - python: '3.14'
   -1    22             django: '6.0rc1'
   21    23     steps:
   22    24     - uses: actions/checkout@v4
   23    25     - uses: actions/setup-python@v5