Skip to content

Commit a084a4e

Browse files
committed
chore(workflow): ubuntu latest
1 parent 38ced2e commit a084a4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ on:
99

1010
jobs:
1111
tests:
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-latest
1313
strategy:
1414
fail-fast: false
1515
matrix:
1616
# last supported for sqlitecloud, last security maintained, last release
17-
python-version: ["3.6", "3.8", "3.12"]
17+
python-version: ["3.9", "3.10", "3.12"]
1818

1919
steps:
2020
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)