Skip to content

Commit e711c8f

Browse files
committed
test the 3.13 beta 1 release
1 parent 3a4119f commit e711c8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
os: ['ubuntu-latest', 'windows-2022', 'macos-13']
24-
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']
24+
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']
2525

2626
name: "Python ${{ matrix.python }} / ${{ matrix.os }}"
2727
runs-on: ${{ matrix.os }}
@@ -49,7 +49,7 @@ jobs:
4949
python -m pip install pytest pytest-github-actions-annotate-failures typing_extensions
5050
5151
- name: Install NumPy
52-
if: ${{ !startsWith(matrix.python, 'pypy') && !contains(matrix.python, 'alpha') }}
52+
if: ${{ !startsWith(matrix.python, 'pypy') && !contains(matrix.python, 'beta') }}
5353
run: |
5454
python -m pip install numpy scipy
5555

0 commit comments

Comments
 (0)