Drop Python 3.9, add Python 3.13 to all CI

Refs #646
This commit is contained in:
Simon Willison 2024-11-23 14:42:08 -08:00
commit 1290c50f71
3 changed files with 5 additions and 9 deletions

View file

@ -64,7 +64,7 @@ setup(
"Issues": "https://github.com/simonw/sqlite-utils/issues",
"CI": "https://github.com/simonw/sqlite-utils/actions",
},
python_requires=">=3.8",
python_requires=">=3.9",
classifiers=[
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",