Skip to content

Commit

Permalink
test the 3.13 beta 1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
wjakob committed May 22, 2024
1 parent 3a4119f commit e711c8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fail-fast: false
matrix:
os: ['ubuntu-latest', 'windows-2022', 'macos-13']
python: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13.0-alpha.3', 'pypy3.9-v7.3.16', 'pypy3.10-v7.3.16']
python: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13.0-beta.1', 'pypy3.9-v7.3.16', 'pypy3.10-v7.3.16']

name: "Python ${{ matrix.python }} / ${{ matrix.os }}"
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
python -m pip install pytest pytest-github-actions-annotate-failures typing_extensions
- name: Install NumPy
if: ${{ !startsWith(matrix.python, 'pypy') && !contains(matrix.python, 'alpha') }}
if: ${{ !startsWith(matrix.python, 'pypy') && !contains(matrix.python, 'beta') }}
run: |
python -m pip install numpy scipy
Expand Down

0 comments on commit e711c8f

Please sign in to comment.