mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-25 18:34:32 +02:00
Drop support for Python 3.7
* Drop support for Python 3.7, closes #616 * Bumped versions on a whole lot of GitHub Actions
This commit is contained in:
parent
ff57a97482
commit
70cc0c91ab
6 changed files with 24 additions and 29 deletions
3
setup.py
3
setup.py
|
|
@ -64,7 +64,7 @@ setup(
|
|||
"Issues": "https://github.com/simonw/sqlite-utils/issues",
|
||||
"CI": "https://github.com/simonw/sqlite-utils/actions",
|
||||
},
|
||||
python_requires=">=3.7",
|
||||
python_requires=">=3.8",
|
||||
classifiers=[
|
||||
"Development Status :: 5 - Production/Stable",
|
||||
"Intended Audience :: Developers",
|
||||
|
|
@ -72,7 +72,6 @@ setup(
|
|||
"Intended Audience :: End Users/Desktop",
|
||||
"Topic :: Database",
|
||||
"License :: OSI Approved :: Apache Software License",
|
||||
"Programming Language :: Python :: 3.7",
|
||||
"Programming Language :: Python :: 3.8",
|
||||
"Programming Language :: Python :: 3.9",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue