mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Drop 3.8 testing, add 3.13 testing, upgrade Black
Also bump some GitHub Actions versions.
This commit is contained in:
parent
333f786cb0
commit
da209ed2ba
7 changed files with 9 additions and 10 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.8", "3.9", "3.10", "3.11", "3.12"]
|
||||
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
|
||||
sqlite-version: [
|
||||
#"3", # latest version
|
||||
"3.46",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue