Skip to content

Commit c8df048

Browse files
authored
Merge pull request #218 from grafana/release-v3.12.0
Release v3.12.0
2 parents 7a5723f + c59e758 commit c8df048

File tree

6 files changed

+56
-65
lines changed

6 files changed

+56
-65
lines changed

.flake8

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
max-line-length = 100
33
per-file-ignores =
44
django_saml2_auth/tests/test_saml.py: E501, F821
5+
django_saml2_auth/saml.py: E231
56
exclude =
67
django_saml2_auth.egg-info,
78
dist,

.github/workflows/deploy.yml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,12 @@ jobs:
1515
strategy:
1616
matrix:
1717
versions:
18-
- { "djangoVersion": "3.2.20", "pythonVersion": "3.7" }
19-
- { "djangoVersion": "3.2.20", "pythonVersion": "3.8" }
20-
- { "djangoVersion": "3.2.20", "pythonVersion": "3.9" }
21-
- { "djangoVersion": "3.2.20", "pythonVersion": "3.10" }
22-
- { "djangoVersion": "4.1.10", "pythonVersion": "3.8" }
23-
- { "djangoVersion": "4.1.10", "pythonVersion": "3.9" }
24-
- { "djangoVersion": "4.1.10", "pythonVersion": "3.10" }
25-
- { "djangoVersion": "4.2.3", "pythonVersion": "3.8" }
26-
- { "djangoVersion": "4.2.3", "pythonVersion": "3.9" }
27-
- { "djangoVersion": "4.2.3", "pythonVersion": "3.10" }
28-
- { "djangoVersion": "4.2.3", "pythonVersion": "3.11" }
18+
- { "djangoVersion": "3.2.23", "pythonVersion": "3.9" }
19+
- { "djangoVersion": "3.2.23", "pythonVersion": "3.10" }
20+
- { "djangoVersion": "4.2.7", "pythonVersion": "3.9" }
21+
- { "djangoVersion": "4.2.7", "pythonVersion": "3.10" }
22+
- { "djangoVersion": "4.2.7", "pythonVersion": "3.11" }
23+
- { "djangoVersion": "4.2.7", "pythonVersion": "3.12" }
2924
steps:
3025
- name: Checkout 🛎️
3126
uses: actions/checkout@v3

AUTHORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,4 @@ an issue.
5858
- [Uraiz Ali](https://github.com/UraizAli)
5959
- [Santiago Gandolfo](https://github.com/santigandolfo)
6060
- [Greg Wong](https://github.com/gregorywong)
61+
- [Michael V. Battista](https://github.com/mvbattista)

0 commit comments

Comments
 (0)