Skip to content

Commit

Permalink
Drop support of qutip 4.6 (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
BoxiLi committed Jul 17, 2022
1 parent 3c22d71 commit 06980b9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
# For the sdist we should be as conservative as possible with our
# Python version. This should be the lowest supported version. This
# means that no unsupported syntax can sneak through.
python-version: '3.6'
python-version: '3.7'

- name: Install pip build
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
include:
- os: ubuntu-latest
qutip-version: '@dev.major'
python-version: '3.6'
python-version: '3.10'
- os: windows-latest
qutip-version: '==4.6.*'
python-version: '3.10'
python-version: '3.8'
- os: macOS-latest
qutip-version: '==4.7.*'
python-version: '3.9'
Expand Down
2 changes: 1 addition & 1 deletion doc/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Prerequisites
This package is built upon QuTiP, of which the installation guide can be found at on `QuTiP Installation <http://qutip.org/docs/latest/installation.html>`_.
The only difference is that C++ compilers are not required here
since there is no run-time compiling for qutip-qip.
The minimal Python version supported is Python 3.6.
The minimal Python version supported is Python 3.7.


In particular, following packages are necessary for running qutip-qip
Expand Down

0 comments on commit 06980b9

Please sign in to comment.