python_requires=">=3.9"

I would go for 3.10 but this is going to be a security fix so I would
prefer to keep it working for older Python if possible.
This commit is contained in:
Simon Willison 2025-11-04 17:59:02 -08:00
commit c2781328c8

View file

@ -42,7 +42,7 @@ setup(
"datasette": ["templates/*.html", "vendored/**/*.txt"],
},
include_package_data=True,
python_requires=">=3.7",
python_requires=">=3.9",
install_requires=[
"asgiref>=3.2.10",
"click>=7.1.1",