Skip to content

Commit

Permalink
Added Python 3.11 to unittests;
Browse files Browse the repository at this point in the history
uzsu: Adjusted requirements.txt for scipy
  • Loading branch information
msinn committed Nov 20, 2022
1 parent 7c31f3b commit 7fbae50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ '3.7', '3.8', '3.9', '3.10' ]
python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11' ]
name: Python ${{ matrix.python-version }}
steps:
- name: Setup OS (Ubuntu)
Expand Down
3 changes: 2 additions & 1 deletion uzsu/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
numpy
scipy>=1.1.0,<=1.3.0;python_version<'3.7'
scipy>=1.2.0,<=1.7.3;python_version=='3.7'
scipy>=1.5.0,<=1.8.1;python_version>'3.7'
scipy>=1.5.0,<=1.8.1;python_version>'3.7'
scipy>=1.9.2;python_version=='3.11'

0 comments on commit 7fbae50

Please sign in to comment.