diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 25448b2..9ca4cf5 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [ "3.11", "3.7" ] + python-version: ["3.11", "3.7" ] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [ "3.11", "3.8" ] + python-version: [ "3.12", "3.11", "3.8" ] steps: