File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 8
8
runs-on : ${{ matrix.os }}
9
9
strategy :
10
10
matrix :
11
- os : [ubuntu-latest]
11
+ os : [ubuntu-latest, macos-13, macos-latest ]
12
12
13
13
steps :
14
14
- uses : actions/checkout@v4
35
35
yum install -y openssl openssl-devel
36
36
fi
37
37
CIBW_BEFORE_BUILD_MACOS : " brew install openssl"
38
- CIBW_BUILD : " cp38-*"
39
38
CIBW_SKIP : " pp*"
40
39
- uses : actions/upload-artifact@v4
41
40
with :
Original file line number Diff line number Diff line change @@ -27,5 +27,10 @@ script = "build.py"
27
27
generate-setup-file = true
28
28
29
29
[build-system ]
30
- requires = [" poetry-core" , " pybind11" , " setuptools==65.5.0" ]
30
+ requires = [
31
+ " poetry-core" ,
32
+ " pybind11" ,
33
+ ' setuptools; python_version >= "3.10"' ,
34
+ ' setuptools == 65.5.0; python_version <= "3.9"'
35
+ ]
31
36
build-backend = " poetry.core.masonry.api"
You can’t perform that action at this time.
0 commit comments