mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-25 10:24:32 +02:00
Update Actions, Python >=3.10, refs #688
This commit is contained in:
parent
41807ca7ec
commit
966975ff43
5 changed files with 14 additions and 46 deletions
6
setup.py
6
setup.py
|
|
@ -65,20 +65,18 @@ setup(
|
|||
"Issues": "https://github.com/simonw/sqlite-utils/issues",
|
||||
"CI": "https://github.com/simonw/sqlite-utils/actions",
|
||||
},
|
||||
python_requires=">=3.8",
|
||||
python_requires=">=3.10",
|
||||
classifiers=[
|
||||
"Development Status :: 5 - Production/Stable",
|
||||
"Intended Audience :: Developers",
|
||||
"Intended Audience :: Science/Research",
|
||||
"Intended Audience :: End Users/Desktop",
|
||||
"Topic :: Database",
|
||||
"License :: OSI Approved :: Apache Software License",
|
||||
"Programming Language :: Python :: 3.8",
|
||||
"Programming Language :: Python :: 3.9",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"Programming Language :: Python :: 3.12",
|
||||
"Programming Language :: Python :: 3.13",
|
||||
"Programming Language :: Python :: 3.14",
|
||||
],
|
||||
# Needed to bundle py.typed so mypy can see it:
|
||||
zip_safe=False,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue