mirror of
https://github.com/simonw/datasette.git
synced 2026-09-25 19:34:09 +02:00
Upgrade GitHub Actions, drop remaining Python 3.9 references
This commit is contained in:
parent
b0b2750757
commit
be853ebe9b
11 changed files with 34 additions and 35 deletions
3
setup.py
3
setup.py
|
|
@ -42,7 +42,7 @@ setup(
|
|||
"datasette": ["templates/*.html", "vendored/**/*.txt"],
|
||||
},
|
||||
include_package_data=True,
|
||||
python_requires=">=3.9",
|
||||
python_requires=">=3.10",
|
||||
install_requires=[
|
||||
"asgiref>=3.2.10",
|
||||
"click>=7.1.1",
|
||||
|
|
@ -105,6 +105,5 @@ setup(
|
|||
"Programming Language :: Python :: 3.12",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
"Programming Language :: Python :: 3.9",
|
||||
],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue