Skip to content

Commit

Permalink
update testing matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
wjakob committed Feb 20, 2025
1 parent bb05f55 commit c4a10ea
Show file tree
Hide file tree
Showing 2 changed files with 3 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-rc.2', 'pypy3.9-v7.3.16', 'pypy3.10-v7.3.17']
python: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14.0-alpha.5', 'pypy3.9-v7.3.16', 'pypy3.10-v7.3.17']

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, 'rc.2') }}
if: ${{ !startsWith(matrix.python, 'pypy') && !contains(matrix.python, 'alpha') }}
run: |
python -m pip install numpy scipy
Expand Down
1 change: 1 addition & 0 deletions cmake/darwin-ld-cpython.sym
Original file line number Diff line number Diff line change
Expand Up @@ -924,3 +924,4 @@
-U _PyCriticalSection2_Begin
-U _PyCriticalSection2_End
-U _PyUnicode_AsUTF8
-U _Py_REFCNT

0 comments on commit c4a10ea

Please sign in to comment.