Skip to content

Commit

Permalink
Add Python 3.12 and 3.13 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mtkennerly committed Nov 17, 2024
1 parent fe0ede5 commit c18bc0e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
- '3.9'
- '3.10'
- '3.11'
- '3.12'
- '3.13'
git-version:
- default # 2.28.0 or newer
include:
Expand Down Expand Up @@ -93,6 +95,9 @@ jobs:
- if: ${{ matrix.python-version == '3.5' || matrix.python-version == '3.6' }}
run: |
cp poetry.legacy.lock poetry.lock
- if: ${{ matrix.python-version == '3.12' || matrix.python-version == '3.13' }}
run: |
rm poetry.lock
- run: |
pip install poetry
poetry install
Expand Down

0 comments on commit c18bc0e

Please sign in to comment.