use matrixed python version

This commit is contained in:
Gilles Boccon-Gibod
2024-01-28 00:34:42 -08:00
parent 80d83e6a70
commit 1efb8cdbee

View File

@@ -29,7 +29,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.10'
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip