Skip to content

Commit

Permalink
Update Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cschramm committed Oct 25, 2023
1 parent c25ae66 commit 12c66fd
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12-rc"
- "3.12"
- "3.13-rc"
runs-on: ubuntu-latest
container:
image: python:${{ matrix.python }}
Expand All @@ -48,7 +49,8 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12-rc"
- "3.12"
- "3.13-rc"
runs-on: ubuntu-22.04
container:
image: python:${{ matrix.python }}
Expand All @@ -71,7 +73,8 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12-rc"
- "3.12"
- "3.13-rc"
runs-on: ubuntu-22.04
container:
image: python:${{ matrix.python }}
Expand Down

0 comments on commit 12c66fd

Please sign in to comment.