Skip to content

Commit

Permalink
Revert "Updated the readme and pyproject.toml to show support for Dja…
Browse files Browse the repository at this point in the history
…ngo 5.1"
  • Loading branch information
StevenMapes authored Sep 3, 2024
1 parent 86b6b56 commit 9d7c110
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ FIDO2/WebAuthn is the big-ticket item for MFA. It allows the browser to interfac
# Python and Django Support
This project targets modern stacks, officially supporting Python 3.8+ and Django 3.2+.

| **Python/Django** | **2.2** |**3.2** | **4.0** | **4.1** | **4.2** | **5.0** | **5.1** |
|-------------------|---------|--------|---------|---------|---------|---------|---------|
| 3.8 | Y | Y | Y | Y | N/A | N/A | N/A |
| 3.9 | Y | Y | Y | Y | N/A | N/A | N/A |
| 3.10 | N | Y | Y | Y | N/A | Y | Y |
| 3.11 | N | N | N | Y | Y | Y | Y |
| 3.12 | N | N | N | N | Y | Y | Y |
| **Python/Django** | **2.2** |**3.2** | **4.0** | **4.1** | **4.2** | **5.0** |
|-------------------|---------|--------|---------|---------|---------|---------|
| 3.8 | Y | Y | Y | Y | N/A | N/A |
| 3.9 | Y | Y | Y | Y | N/A | N/A |
| 3.10 | N | Y | Y | Y | N/A | Y |
| 3.11 | N | N | N | Y | Y | Y |
| 3.12 | N | N | N | N | Y | Y |

* Python 3.11 only works with Django 4.1.3+

Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ classifiers = [
"Framework :: Django :: 4.1",
"Framework :: Django :: 4.2",
"Framework :: Django :: 5.0",
"Framework :: Django :: 5.1",
"Intended Audience :: Developers",
"Operating System :: OS Independent",
"Programming Language :: Python",
Expand All @@ -44,7 +43,7 @@ include = [

[tool.poetry.dependencies]
python = ">=3.7, <4.0"
django = "> 2.2, < 5.2"
django = "> 2.2, <= 5.1"
pyotp = '^2.9'
fido2 = '1.1.2'

Expand Down

0 comments on commit 9d7c110

Please sign in to comment.