We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38ced2e commit a084a4eCopy full SHA for a084a4e
.github/workflows/test.yaml
@@ -9,12 +9,12 @@ on:
9
10
jobs:
11
tests:
12
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
13
strategy:
14
fail-fast: false
15
matrix:
16
# last supported for sqlitecloud, last security maintained, last release
17
- python-version: ["3.6", "3.8", "3.12"]
+ python-version: ["3.9", "3.10", "3.12"]
18
19
steps:
20
- uses: actions/checkout@v4
0 commit comments