File tree 2 files changed +1
-7
lines changed
2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 58
58
arch : x64
59
59
max-cxx-std : 17
60
60
61
- # Currently can't build due to warning, fixed in CPython > 3.9b5
62
- - runs-on : macos-latest
63
- python : 3.9-dev
64
- arch : x64
65
- max-cxx-std : 17
66
-
67
61
# Currently broken on embed_test
68
62
- runs-on : windows-latest
69
63
python : 3.8
Original file line number Diff line number Diff line change 1
1
--extra-index-url https://antocuni.github.io/pypy-wheels/manylinux2010/
2
2
numpy == 1.16.6 ; python_version < "3.6"
3
3
numpy == 1.18.0 ; platform_python_implementation == "PyPy" and sys_platform=="darwin" and python_version>="3.6"
4
- numpy == 1.19.1 ; (platform_python_implementation!="PyPy" or sys_platform!="darwin" ) and python_version>="3.6"
4
+ numpy == 1.19.1 ; (platform_python_implementation!="PyPy" or sys_platform!="darwin" ) and python_version>="3.6" and python_version< "3.9"
5
5
pytest == 4.6.9 ; python_version < "3.5"
6
6
pytest == 5.4.3 ; python_version >= "3.5"
7
7
scipy == 1.2.3 ; (platform_python_implementation!="PyPy" or sys_platform!="darwin" ) and python_version<"3.6"
You can’t perform that action at this time.
0 commit comments