File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 3838 run : |
3939 conda activate env
4040 export CC=clang
41- python setup.py build
41+ python -m pip install -U pip -r requirements_test.txt -r requirements.txt
42+ python -m pip install -v -e .
4243
4344 - name : Run tests
4445 shell : " bash -l {0}"
Original file line number Diff line number Diff line change 3838 run : |
3939 conda activate env
4040 export CC=clang
41- python setup.py build
41+ python -m pip install -U pip -r requirements_test.txt -r requirements.txt
42+ python -m pip install -v -e .
4243
4344 - name : Run tests
4445 shell : " bash -l {0}"
Original file line number Diff line number Diff line change 11Release notes
22=============
33
4+ .. _unreleased :
5+
6+ Unreleased
7+ ----------
8+
9+ * Update Windows + Mac CI to run all tests.
10+ By :user: `Jackson Maxfield Brown <JacksonMaxfield> `, :issue: `276 `.
11+ Help from :user: `Oleg Höfling <hoefling> `, :issue: `273 `.
12+
413.. _release_0.7.3 :
514
6150.7.3
716-----
817
918* Add support for Python 3.9 and Update GitHub Actions.
10- By :user: `Jackson Maxfield <JacksonMaxfield> `, :issue: `270 `.
19+ By :user: `Jackson Maxfield Brown <JacksonMaxfield> `, :issue: `270 `.
1120
1221* Remove support for Python 3.5 which is end of life. While the code base might
1322 still be compatible; the source dist and wheel are marked as Python 3.6+ and
You can’t perform that action at this time.
0 commit comments