Skip to content

Commit

Permalink
Revert "add 3.12 and 3.13.0-rc.1 to the matrix"
Browse files Browse the repository at this point in the history
This reverts commit fc0a222.
  • Loading branch information
Greg Lindahl committed Aug 16, 2024
1 parent fc0a222 commit 52dd0ab
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', '3.12', '3.13.0-rc.1']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']

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 52dd0ab

Please sign in to comment.