add py3.8, 3.9 to actions

This commit is contained in:
Paul Gauthier 2023-05-29 06:43:16 -07:00
parent 9abaddb754
commit caa61089d8

View file

@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
steps:
- name: Check out repository