Upgrade GitHub Actions, drop remaining Python 3.9 references

This commit is contained in:
Simon Willison 2026-09-10 17:13:27 -07:00
commit be853ebe9b
11 changed files with 34 additions and 35 deletions

View file

@ -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",
],
)