Skip to content

Commit

Permalink
bump python release candidate version
Browse files Browse the repository at this point in the history
  • Loading branch information
wjakob committed Oct 2, 2023
1 parent 3fa1af5 commit ee9c623
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-latest']
python: ['3.8', '3.9', '3.10', '3.11', '3.12.0-rc.1', 'pypy3.9', 'pypy3.10']
python: ['3.8', '3.9', '3.10', '3.11', '3.12.0-rc.3', 'pypy3.9', 'pypy3.10']

name: "Python ${{ matrix.python }} / ${{ matrix.os }}"
runs-on: ${{ matrix.os }}
Expand All @@ -48,7 +48,7 @@ jobs:
python -m pip install pytest pytest-github-actions-annotate-failures
- name: Install NumPy
if: matrix.python != 'pypy3.9' && matrix.python != 'pypy3.10' && matrix.python != '3.12.0-rc.1'
if: matrix.python != 'pypy3.9' && matrix.python != 'pypy3.10' && matrix.python != '3.12.0-rc.3'
run: |
python -m pip install numpy scipy
Expand Down

0 comments on commit ee9c623

Please sign in to comment.