mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-22 17:04:31 +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
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -7,7 +7,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [3.6, 3.7, 3.8]
|
||||
python-version: [3.6, 3.7, 3.8, 3.9]
|
||||
numpy: [0, 1]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
[](https://pypi.org/project/sqlite-utils/)
|
||||
[](https://sqlite-utils.readthedocs.io/en/stable/changelog.html)
|
||||
[](https://pypi.org/project/sqlite-utils/)
|
||||
[](https://github.com/simonw/sqlite-utils/actions?query=workflow%3ATest)
|
||||
[](http://sqlite-utils.readthedocs.io/en/latest/?badge=latest)
|
||||
[](https://github.com/simonw/sqlite-utils/blob/main/LICENSE)
|
||||
|
|
|
|||
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