Skip to content

Commit

Permalink
fix required python version
Browse files Browse the repository at this point in the history
  • Loading branch information
lsaavedr committed Oct 24, 2024
1 parent 2e8e0dd commit 092c16f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "drf-rules"
dynamic = ["version"]
description = 'Rules Permissions with Django DRF'
readme = "README.md"
requires-python = ">=3.10"
requires-python = ">=3.8"
license = { text = "BSD-3-Clause" }
keywords = ["django", "drf", "rules", "permissions"]
authors = [{ name = "Luis Saavedra", email = "[email protected]" }]
Expand Down

0 comments on commit 092c16f

Please sign in to comment.