File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1717 matrix :
1818 python : ['3.12', '3.13']
1919 django : ['4.2', '5.2']
20- mozilla_django_oidc : ['4.0']
20+ mozilla_django_oidc : ['4.0', '5.0' ]
2121 setup_config_enabled : ['no', 'yes']
2222 exclude :
2323 - python : ' 3.13'
Original file line number Diff line number Diff line change 11[tox]
22envlist =
3- py{312}-django{42,52}-mozilla_django_oidc{40}-setup_config_{enabled,disabled}
4- py{313}-django{52}-mozilla_django_oidc{40}-setup_config_{enabled,disabled}
3+ py{312}-django{42,52}-mozilla_django_oidc{40,50 }-setup_config_{enabled,disabled}
4+ py{313}-django{52}-mozilla_django_oidc{40,50 }-setup_config_{enabled,disabled}
55 ruff
66 docs
77 typecheck
@@ -18,6 +18,7 @@ DJANGO =
1818 5.2: django52
1919MOZILLA_DJANGO_OIDC =
2020 4.0: mozilla_django_oidc40
21+ 5.0: mozilla_django_oidc50
2122SETUP_CONFIG_ENABLED =
2223 yes: setup_config_enabled
2324 no: setup_config_disabled
3031 django42: Django~=4.2.0
3132 django52: Django~=5.2.0
3233 mozilla_django_oidc40: mozilla-django-oidc~=4.0.0
34+ mozilla_django_oidc50: mozilla-django-oidc~=5.0.0
3335passenv =
3436 PGUSER
3537 PGDATABASE
You can’t perform that action at this time.
0 commit comments