Skip to content

Commit

Permalink
🔧 Allow python3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenbal committed Jan 30, 2024
1 parent dc481db commit 3041e89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,13 @@ classifiers = [
"Operating System :: Unix",
"Operating System :: MacOS",
"Operating System :: Microsoft :: Windows",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Software Development :: Libraries :: Python Modules",
]
requires-python = ">=3.10"
requires-python = ">=3.9"
dependencies = [
"django>=3.2.23",
"django-axes>=6.3.0",
Expand Down

0 comments on commit 3041e89

Please sign in to comment.