Skip to content

Commit

Permalink
ci: Update Python versions and Poetry version in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
titusz committed Dec 20, 2024
1 parent 5ae98c0 commit a5c4492
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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: |
Expand Down

0 comments on commit a5c4492

Please sign in to comment.