mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-24 01:44:31 +02:00
SQLite tests against Python 3.10
This commit is contained in:
parent
370318c695
commit
c479ca0f44
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test-sqlite-support.yml
vendored
2
.github/workflows/test-sqlite-support.yml
vendored
|
|
@ -12,7 +12,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
platform: [ubuntu-latest]
|
||||
python-version: ["3.9"]
|
||||
python-version: ["3.10"]
|
||||
sqlite-version: [
|
||||
"3.46",
|
||||
"3.23.1", # 2018-04-10, before UPSERT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue