Skip to content

Commit a48aea7

Browse files
author
Eric Giguere
committed
Update build python version
1 parent d7d0bbc commit a48aea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
- name: Verify this is not a dev version
177177
shell: bash
178178
run: |
179-
python -m pip install wheels/*-cp310-cp310-manylinux*.whl
179+
python -m pip install wheels/*-cp311-cp311-manylinux*.whl
180180
python -c 'import qutip; print(qutip.__version__); assert "dev" not in qutip.__version__; assert "+" not in qutip.__version__'
181181
182182
# We built the zipfile for convenience distributing to Windows users on

0 commit comments

Comments
 (0)