Adding python 3.8 for M1 (#1147)

This commit is contained in:
Nicolas Patry
2023-01-16 16:40:46 +01:00
committed by GitHub
parent 5a94a2b6e7
commit daf8aebd76

View File

@ -122,7 +122,7 @@ jobs:
runs-on: macos-arm64
strategy:
matrix:
python: ["3.9.13", "3.10.6", "3.11.1"]
python: ["3.8.16", "3.9.13", "3.10.6", "3.11.1"]
steps:
- name: Checkout repository
uses: actions/checkout@v2