Skip to content

Commit

Permalink
Remove support for various Django and Python version
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
mostafa committed Nov 16, 2023
1 parent fb630bc commit c59e758
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 64 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
Loading

0 comments on commit c59e758

Please sign in to comment.