Drop Python 3.7, add 3.12

This commit is contained in:
Simon Willison 2024-02-23 19:58:29 -08:00
commit 0b0b839675
3 changed files with 10 additions and 10 deletions

View file

@ -42,5 +42,5 @@ setup(
"datasette>=1.0a2",
]
},
python_requires=">=3.7",
python_requires=">=3.8",
)