django-mfa3

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

commit
00e6558b5c28efe609e0d17c6b30e2d09e8fcfa4
parent
f581d0c5201d5265fe5a997a7ee512470276e2c4
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2025-10-21 08:04
ci: test with python 3.14

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

@@ -16,7 +16,7 @@ jobs:
   16    16         include:
   17    17           - python: '3.10'
   18    18             django: '4.2'
   19    -1           - python: '3.13'
   -1    19           - python: '3.14'
   20    20             django: '5.2'
   21    21     steps:
   22    22     - uses: actions/checkout@v4