Skip to content

Commit

Permalink
Add Python 3.11 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-brett committed Sep 17, 2023
1 parent 548fc49 commit 22278e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
pip_dep_var: "-r test-requirements.txt"
- python-version: "3.10"
pip_dep_var: "-r test-requirements.txt"
- python-version: "3.11"
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 Down

0 comments on commit 22278e3

Please sign in to comment.