mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-24 18:04:32 +02:00
Python 3.9 (#184)
* Test against Python 3.9 * Programming Language :: Python :: 3.9 classifier * Python versions badge
This commit is contained in:
parent
7f4fe9190c
commit
8e91de8e4e
3 changed files with 3 additions and 1 deletions
1
setup.py
1
setup.py
|
|
@ -51,5 +51,6 @@ setup(
|
|||
"Programming Language :: Python :: 3.6",
|
||||
"Programming Language :: Python :: 3.7",
|
||||
"Programming Language :: Python :: 3.8",
|
||||
"Programming Language :: Python :: 3.9",
|
||||
],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue