mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-28 20:04:32 +02:00
Test against Python 3.10 (#330)
* Test against Python 3.10 * Added 3.10 to classifiers * Test on Python 3.10 before publish
This commit is contained in:
parent
718a8f61bc
commit
fda4dad23a
3 changed files with 3 additions and 2 deletions
1
setup.py
1
setup.py
|
|
@ -67,5 +67,6 @@ setup(
|
|||
"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