mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Drop support for Python 3.7, refs #2091
This commit is contained in:
parent
c39d600aef
commit
71fcdd953e
8 changed files with 13 additions and 18 deletions
3
setup.py
3
setup.py
|
|
@ -40,7 +40,7 @@ setup(
|
|||
packages=find_packages(exclude=("tests",)),
|
||||
package_data={"datasette": ["templates/*.html"]},
|
||||
include_package_data=True,
|
||||
python_requires=">=3.7",
|
||||
python_requires=">=3.8",
|
||||
install_requires=[
|
||||
"asgiref>=3.2.10",
|
||||
"click>=7.1.1",
|
||||
|
|
@ -102,6 +102,5 @@ setup(
|
|||
"Programming Language :: Python :: 3.10",
|
||||
"Programming Language :: Python :: 3.9",
|
||||
"Programming Language :: Python :: 3.8",
|
||||
"Programming Language :: Python :: 3.7",
|
||||
],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue