Skip to content

Commit

Permalink
Try testing on Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-brett committed Sep 17, 2023
1 parent 22278e3 commit d6bb759
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
pip_dep_var: "-r test-requirements.txt"
- python-version: "3.11"
pip_dep_var: "-r test-requirements.txt"
- python-version: "3.12"
pip_dep_var: "-r test-requirements.txt"
- python-version: 3.7
# Minimum dependencies; check against test-requirements.txt
pip_dep_var: "numpy==1.15 sympy scipy"
Expand All @@ -35,6 +37,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
- name: Install specified dependencies
run: pip install $PIP_DEPENDS
env:
Expand Down

0 comments on commit d6bb759

Please sign in to comment.