Skip to content

Commit 93eca41

Browse files
committed
Update required python in pyproject
Not a functional change; we already dropped support for 3.8 and 3.9.
1 parent b68bf32 commit 93eca41

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 @@ authors = [
88
]
99
description = "Django app to render django templates as PDF files."
1010
readme = "README.rst"
11-
requires-python = ">=3.7"
11+
requires-python = ">=3.9"
1212
keywords = ["django", "weasyprint", "pdf"]
1313
license = {text = "ISC"}
1414
classifiers = [

0 commit comments

Comments
 (0)