Skip to content

Commit

Permalink
feat(workflow): run tests on the latest py security maintained release
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniele Briggi committed Aug 16, 2024
1 parent cdc6353 commit 06de78e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.6", "3.12"]
# last supported for sqlitecloud, last security maintained, last release
python-version: ["3.6", "3.8", "3.12"]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 06de78e

Please sign in to comment.