Skip to content

Commit

Permalink
TST: switch bleeding-edge CI to Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Sep 20, 2023
1 parent c714730 commit 37d69a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/bleeding-edge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
name: Python3.11-dev
name: Python3.12-dev
timeout-minutes: 60

concurrency:
Expand All @@ -35,13 +35,13 @@ jobs:
- name: Set up Python Dev Version
uses: actions/setup-python@v4
with:
python-version: '3.11-dev'
python-version: '3.12-dev'

- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade setuptools wheel setuptools_scm
python -m pip install --pre --extra-index \
python -m pip install --pre --only-binary ":all:" --extra-index \
https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy matplotlib
python -m pip install pytest
python -m pip install --pre sympy
Expand Down

0 comments on commit 37d69a9

Please sign in to comment.