Skip to content

Commit

Permalink
Add py3.11 for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
asistradition committed Oct 4, 2024
1 parent ac0f5ce commit 36a9034
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10"]
scipy-version: ['1.8.1', '1.11.3']
python-version: ["3.9", "3.10", "3.11"]
scipy-version: ['1.8.1', '1.11.3', '1.14.1']
os: [ubuntu-latest]
interface: ['LP64', 'ILP64']

Expand Down

0 comments on commit 36a9034

Please sign in to comment.