diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index bf892cf..a4f60c6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,7 +10,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ['3.10', '3.11', '3.12'] + python-version: ['3.10', '3.11', '3.12', '3.13'] os: [ubuntu-latest, macos-13, windows-latest] runs-on: ${{ matrix.os }} steps: @@ -22,7 +22,7 @@ jobs: - name: Install Poetry uses: abatilo/actions-poetry@v2 with: - poetry-version: 1.8.3 + poetry-version: 1.8.5 - name: Setup Venv run: |