File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 11variables :
2- CIBW_SKIP : pp* cp27-* cp36-* cp37-* *_i686 *-win32 *musllinux*
2+ CIBW_SKIP : pp* cp27-* cp36-* cp37-* cp38-* *_i686 *-win32 *musllinux*
33 CIBW_ARCHS_MACOS : x86_64 universal2
4- CIBW_TEST_REQUIRES : " --index-url https://pypi.ampl.com --extra-index-url https://pypi.org/simple ampl_module_base ampl_module_highs ampl_module_gurobi pandas numpy nanoarrow pyarrow==20.0.0; python_version>= \" 3.9 \" pyarrow<18; python_version== \" 3.8 \" polars"
5- CIBW_TEST_REQUIRES_AARCH64 : " --index-url https://pypi.ampl.com --extra-index-url https://pypi.org/simple ampl_module_base ampl_module_highs nanoarrow pyarrow==20.0.0; python_version>= \" 3.9 \" pyarrow<18; python_version== \" 3.8 \" polars"
4+ CIBW_TEST_REQUIRES : --index-url https://pypi.ampl.com --extra-index-url https://pypi.org/simple ampl_module_base ampl_module_highs ampl_module_gurobi pandas numpy nanoarrow pyarrow==20.0.0 polars
5+ CIBW_TEST_REQUIRES_AARCH64 : --index-url https://pypi.ampl.com --extra-index-url https://pypi.org/simple ampl_module_base ampl_module_highs nanoarrow pyarrow==20.0.0 polars
66
77stages :
88- stage : native
@@ -80,10 +80,6 @@ stages:
8080 pool : {vmImage: 'Ubuntu-22.04'}
8181 strategy :
8282 matrix :
83- aarch64 cp38 :
84- CIBW_BUILD : cp38-*
85- CIBW_ARCHS_LINUX : aarch64
86- CIBW_TEST_REQUIRES : $(CIBW_TEST_REQUIRES_AARCH64)
8783 aarch64 cp39 :
8884 CIBW_BUILD : cp39-*
8985 CIBW_ARCHS_LINUX : aarch64
You can’t perform that action at this time.
0 commit comments