django-mfa3

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

commit
072e8db8f47a76c8c728ff472cb74e782b68e5b6
parent
4a5e461a7e5391f8bc17cf0005a2f52fc83c805d
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2024-06-18 17:37
ci: test with django 5.1a1

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.12'
   20    20             django: '4.2'
   21    21           - python: '3.12'
   22    -1             django: '5.0'
   -1    22             django: '5.1a1'
   23    23     steps:
   24    24     - uses: actions/checkout@v4
   25    25     - uses: actions/setup-python@v5