Skip to content

Commit

Permalink
Also run tests against python 3.9-3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
NiclasvanEyk authored Sep 9, 2024
1 parent 08c401f commit 1faf13c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.12"]
python-version: [
"3.9",
"3.10",
"3.11",
"3.12"
]

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

0 comments on commit 1faf13c

Please sign in to comment.