Skip to content

Commit

Permalink
Merge pull request #42 from chrishavlin/update_ci_scope
Browse files Browse the repository at this point in the history
add 3.11, unpin scipy in tests
  • Loading branch information
chrishavlin authored Nov 13, 2023
2 parents 3cf6647 + edf37b2 commit 497d594
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.9', '3.10']
python-version: ['3.9', '3.10', '3.11']

steps:
- uses: actions/checkout@v2
Expand All @@ -20,7 +20,6 @@ jobs:
run: |
sudo apt-get install libopenblas-dev
python -m pip install --upgrade pip
python -m pip install scipy==1.8.0
- name: Setup pyVBRc
run: |
python -m pip install -e .[dev]
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ classifiers=[
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
]
dependencies=["numpy",
"scipy",
Expand Down

0 comments on commit 497d594

Please sign in to comment.