Skip to content

Commit c59e758

Browse files
committed
Remove support for various Django and Python version
Add support for Python 3.12.0 and latest patch versions of Django Simplify compatibility table on README Bump version to v3.12.0 (coincidentally aligning with Python releases)
1 parent fb630bc commit c59e758

File tree

4 files changed

+54
-64
lines changed

4 files changed

+54
-64
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

0 commit comments

Comments
 (0)