Skip to content

Commit d88a140

Browse files
authored
Drop support for Python 3.9 (#86)
1 parent 8734939 commit d88a140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version = "1.2.0"
88
description = "Django adapter for the InertiaJS framework"
99
authors = [{name="Brandon Shar", email="[email protected]"}]
1010
license = "MIT"
11-
requires-python = ">=3.9"
11+
requires-python = ">=3.10"
1212
readme = "README.md"
1313
repository = "https://github.com/inertiajs/inertia-django"
1414
homepage = "https://github.com/inertiajs/inertia-django"

0 commit comments

Comments
 (0)