Add supported Python versions to GH actions

This commit is contained in:
Alvaro Mariano 2023-06-22 23:44:24 +00:00
parent ab82bcb1d4
commit 1157c0897a

View file

@ -14,8 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8"]
# python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3