django-mfa3

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

commit
7b240f722c5416f9d64367b2748d6a0ed0232ca2
parent
62b000a683395d0a3a71f781d5a09c1fbe35daa9
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-11-04 11:41
rm support for python 3.7

Diffstat

M .github/workflows/main.yml 2 +-
M pyproject.toml 2 +-

2 files changed, 2 insertions, 2 deletions


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

@@ -14,7 +14,7 @@ jobs:
   14    14     strategy:
   15    15       matrix:
   16    16         include:
   17    -1           - python: '3.7'
   -1    17           - python: '3.8'
   18    18             django: '3.2'
   19    19           - python: '3.12'
   20    20             django: '4.1'

diff --git a/pyproject.toml b/pyproject.toml

@@ -45,7 +45,7 @@ mfa = [
   45    45 ]
   46    46 
   47    47 [tool.ruff]
   48    -1 target-version = "py37"
   -1    48 target-version = "py38"
   49    49 exclude = ["migrations"]
   50    50 select = ["E", "F", "W", "C9", "I", "Q", "UP", "RUF"]
   51    51 ignore = ["RUF012"]