Skip to content

Commit

Permalink
add python 3.13 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
wilfried-huss committed Aug 16, 2024
1 parent cb0e77e commit f711971
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/poetry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12']
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
poetry-version: [1.7.1]
os: ["ubuntu-latest", "windows-latest"]
steps:
Expand All @@ -27,6 +27,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
cache: "poetry"
- name: Check shell scripts
uses: ludeeus/[email protected]
Expand Down

0 comments on commit f711971

Please sign in to comment.