mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
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:
parent
808540e702
commit
c2781328c8
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue