Skip to content

Commit

Permalink
add 3.12 and 3.13.0-rc.1 to the matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Lindahl committed Aug 16, 2024
1 parent de769a3 commit fc0a222
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:
strategy:
max-parallel: 3
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', '3.13.0-rc.1']

steps:
- name: checkout
uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit fc0a222

Please sign in to comment.