diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b9d836d..0f2d67b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,9 +6,10 @@ jobs: build: runs-on: ubuntu-latest + strategy: matrix: - python: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12-dev"] + python: ["3.8", "3.9", "3.10", "3.11", "3.12"] steps: - uses: actions/checkout@v3 @@ -19,5 +20,4 @@ jobs: - name: Install Tox and any other packages run: pip install tox - name: Run Tox - # Run tox using the version of Python in `PATH` run: tox -e py