django-mfa3

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

commit
959ec2be9c55b1e0bf4db671213d62cd2982b711
parent
937df888d4c24072aaad02d97ab53a9eb52aa068
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2022-12-08 10:24
update test matrix

Diffstat

M .github/workflows/main.yml 4 +---

1 files changed, 1 insertions, 3 deletions


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

@@ -17,9 +17,7 @@ jobs:
   17    17         include:
   18    18           - python: '3.7'
   19    19             django: '3.2'
   20    -1           - python: '3.10'
   21    -1             django: '4.0'
   22    -1           - python: '3.10'
   -1    20           - python: '3.11'
   23    21             django: '4.1'
   24    22     steps:
   25    23     - uses: actions/checkout@v2