40
40
commands :
41
41
- curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly-2021-08-04 --profile minimal -y
42
42
- python3.9 -m pip install --user --upgrade pip maturin==0.11.2
43
- - maturin build --no-sdist --release --strip --manylinux 2014 --interpreter python3.9
43
+ - maturin build --no-sdist --release --strip --manylinux 2_24 --interpreter python3.9
44
44
- python3.9 -m pip install --user target/wheels/orjson*.whl
45
45
- python3.9 -m pip install --user -r test/requirements.txt -r integration/requirements.txt
46
46
- pytest -s -rxX -v test
64
64
commands :
65
65
- curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly-2021-08-04 --profile minimal -y
66
66
- python3.8 -m pip install --user --upgrade pip maturin==0.11.2
67
- - maturin build --no-sdist --release --strip --manylinux 2014 --interpreter python3.8
67
+ - maturin build --no-sdist --release --strip --manylinux 2_24 --interpreter python3.8
68
68
- python3.8 -m pip install --user target/wheels/orjson*.whl
69
69
- python3.8 -m pip install --user -r test/requirements.txt -r integration/requirements.txt
70
70
- pytest -s -rxX -v test
88
88
commands :
89
89
- curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly-2021-08-04 --profile minimal -y
90
90
- python3.7 -m pip install --user --upgrade pip maturin==0.11.2
91
- - maturin build --no-sdist --release --strip --manylinux 2014 --interpreter python3.7
91
+ - maturin build --no-sdist --release --strip --manylinux 2_24 --interpreter python3.7
92
92
- python3.7 -m pip install --user target/wheels/orjson*.whl
93
93
- python3.7 -m pip install --user -r test/requirements.txt -r integration/requirements.txt
94
94
- pytest -s -rxX -v test
@@ -112,7 +112,7 @@ steps:
112
112
commands :
113
113
- curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly-2021-08-04 --profile minimal -y
114
114
- python3.6 -m pip install --user --upgrade pip maturin==0.11.2
115
- - maturin build --no-sdist --release --strip --manylinux 2014 --interpreter python3.6
115
+ - maturin build --no-sdist --release --strip --manylinux 2_24 --interpreter python3.6
116
116
- python3.6 -m pip install --user target/wheels/orjson*.whl
117
117
- python3.6 -m pip install --user -r test/requirements.txt -r integration/requirements.txt
118
118
- pytest -s -rxX -v test
0 commit comments