diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1bb6a16..2df160f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -41,6 +41,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: + python-version: ["3.10", "3.11", "3.12"] build: [linux, macos] include: - build: linux @@ -59,9 +60,9 @@ jobs: fetch-depth: 0 - name: Set up Python - uses: actions/setup-python@v1 + uses: actions/setup-python@v5 with: - python-version: "3.10" + python-version: ${{ matrix.python-version }} - name: Bootstrap poetry shell: bash