File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -22,19 +22,19 @@ jobs:
22
22
- name : Set up Python 3.10
23
23
uses : actions/setup-python@v5
24
24
with :
25
- python-version : " 3.10 "
25
+ python-version : " 3.11 "
26
26
27
27
- name : Install dependencies
28
28
run : |
29
29
python -m pip install --upgrade pip setuptools
30
30
31
31
- name : Install cibuildwheel
32
32
run : |
33
- python -m pip install cibuildwheel==2.16.4
33
+ python -m pip install cibuildwheel==2.23.3
34
34
35
35
- name : Build wheels
36
36
env :
37
- CIBW_SKIP : " pp*-win* pp*-macosx* cp2* pp* cp36* cp*musl* *i686" # remove pypy on mac and win (wrong version)
37
+ CIBW_SKIP : " pp*-win* pp*-macosx* cp2* pp* cp36* cp37* cp38* cp*musl* *i686" # remove pypy on mac and win (wrong version)
38
38
run : |
39
39
python -m cibuildwheel --output-dir wheelhouse
40
40
57
57
- name : Set up Python 3.10
58
58
uses : actions/setup-python@v5
59
59
with :
60
- python-version : " 3.10 "
60
+ python-version : " 3.11 "
61
61
62
62
- name : Install dependencies
63
63
run : |
Original file line number Diff line number Diff line change @@ -18,18 +18,18 @@ jobs:
18
18
19
19
steps :
20
20
- uses : actions/checkout@v4
21
- - name : Set up Python 3.10
21
+ - name : Set up Python 3.11
22
22
uses : actions/setup-python@v5
23
23
with :
24
- python-version : " 3.10 "
24
+ python-version : " 3.11 "
25
25
26
26
- name : Install dependencies
27
27
run : |
28
28
python -m pip install --upgrade pip setuptools
29
29
30
30
- name : Install cibuildwheel
31
31
run : |
32
- python -m pip install cibuildwheel==2.16.4
32
+ python -m pip install cibuildwheel==2.23.3
33
33
34
34
- name : Set up QEMU
35
35
if : runner.os == 'Linux'
Original file line number Diff line number Diff line change 26
26
- Clean documentation for ` gromov ` , ` lp ` and ` unbalanced ` folders (PR #710 )
27
27
- Clean references in documentation (PR #722 )
28
28
- Clean documentation for ` ot.gromov.gromov_wasserstein ` (PR #737 )
29
+ - Debug wheels building (PR #739 )
29
30
30
31
## 0.9.5
31
32
You can’t perform that action at this time.
0 commit comments