Skip to content

Commit

Permalink
Merge pull request #218 from grafana/release-v3.12.0
Browse files Browse the repository at this point in the history
Release v3.12.0
  • Loading branch information
mostafa authored Nov 16, 2023
2 parents 7a5723f + c59e758 commit c8df048
Show file tree
Hide file tree
Showing 6 changed files with 56 additions and 65 deletions.
1 change: 1 addition & 0 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
max-line-length = 100
per-file-ignores =
django_saml2_auth/tests/test_saml.py: E501, F821
django_saml2_auth/saml.py: E231
exclude =
django_saml2_auth.egg-info,
dist,
Expand Down
17 changes: 6 additions & 11 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,12 @@ jobs:
strategy:
matrix:
versions:
- { "djangoVersion": "3.2.20", "pythonVersion": "3.7" }
- { "djangoVersion": "3.2.20", "pythonVersion": "3.8" }
- { "djangoVersion": "3.2.20", "pythonVersion": "3.9" }
- { "djangoVersion": "3.2.20", "pythonVersion": "3.10" }
- { "djangoVersion": "4.1.10", "pythonVersion": "3.8" }
- { "djangoVersion": "4.1.10", "pythonVersion": "3.9" }
- { "djangoVersion": "4.1.10", "pythonVersion": "3.10" }
- { "djangoVersion": "4.2.3", "pythonVersion": "3.8" }
- { "djangoVersion": "4.2.3", "pythonVersion": "3.9" }
- { "djangoVersion": "4.2.3", "pythonVersion": "3.10" }
- { "djangoVersion": "4.2.3", "pythonVersion": "3.11" }
- { "djangoVersion": "3.2.23", "pythonVersion": "3.9" }
- { "djangoVersion": "3.2.23", "pythonVersion": "3.10" }
- { "djangoVersion": "4.2.7", "pythonVersion": "3.9" }
- { "djangoVersion": "4.2.7", "pythonVersion": "3.10" }
- { "djangoVersion": "4.2.7", "pythonVersion": "3.11" }
- { "djangoVersion": "4.2.7", "pythonVersion": "3.12" }
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,4 @@ an issue.
- [Uraiz Ali](https://github.com/UraizAli)
- [Santiago Gandolfo](https://github.com/santigandolfo)
- [Greg Wong](https://github.com/gregorywong)
- [Michael V. Battista](https://github.com/mvbattista)
Loading

0 comments on commit c8df048

Please sign in to comment.