File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 - ' *'
99variables :
1010 CIBW_BUILDING : " true"
11- CIBW_SKIP : " cp27-* cp34-* pp27-*"
11+ CIBW_SKIP : " cp27-* cp34-* cp35-* pp27-*"
1212 CIBW_TEST_COMMAND : " python -c \" import rtmixer; print(rtmixer.__version__)\" "
1313 CIBW_BUILD_VERBOSITY : " 2"
1414 CIBW_BEFORE_BUILD_LINUX : " yum install -y portaudio; pip install -U pip setuptools"
4343- job : windows
4444 pool : {vmImage: 'vs2017-win2016'}
4545 steps :
46- - {task: UsePythonVersion@0, inputs: {versionSpec: '3.5', architecture: x86}}
47- - {task: UsePythonVersion@0, inputs: {versionSpec: '3.5', architecture: x64}}
4846 - {task: UsePythonVersion@0, inputs: {versionSpec: '3.6', architecture: x86}}
4947 - {task: UsePythonVersion@0, inputs: {versionSpec: '3.6', architecture: x64}}
5048 - {task: UsePythonVersion@0, inputs: {versionSpec: '3.7', architecture: x86}}
Original file line number Diff line number Diff line change 1414 package_dir = {'' : 'src' },
1515 py_modules = ['rtmixer' ],
1616 cffi_modules = ['rtmixer_build.py:ffibuilder' ],
17- python_requires = '>=2 .6' ,
17+ python_requires = '>=3 .6' ,
1818 setup_requires = [
1919 'CFFI>=1.4.0' ,
2020 'pa_ringbuffer' , # for cdef()
3636 'License :: OSI Approved :: MIT License' ,
3737 'Operating System :: OS Independent' ,
3838 'Programming Language :: Python' ,
39- 'Programming Language :: Python :: 2' ,
4039 'Programming Language :: Python :: 3' ,
4140 'Topic :: Multimedia :: Sound/Audio' ,
4241 ],
You can’t perform that action at this time.
0 commit comments