Skip to content

Commit 0ba234d

Browse files
committed
feat(workflow): run tests on the latest py security maintained release
1 parent 4f01ce6 commit 0ba234d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
python-version: ["3.6", "3.12"]
16+
# last supported for sqlitecloud, last security maintained, last release
17+
python-version: ["3.6", "3.8", "3.12"]
1718

1819
steps:
1920
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)