run pre-commit tests with all supported Python versions

This commit is contained in:
Gilles Boccon-Gibod
2023-09-12 13:42:33 -07:00
parent 783b2d70a5
commit 179064ba15

View File

@@ -14,6 +14,10 @@ jobs:
check:
name: Check Code
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
fail-fast: false
steps:
- name: Check out from Git