File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1+ Version 0.1.3 -- 2021-05-05 -- PyPI __ -- diff __
2+ * Add Python 3.9 support by adding entries to ``azure-pipelines.yml ``
3+ for ``cibuildwheel ``
4+
5+ __ https://pypi.org/project/rtmixer/0.1.3/
6+ __ https://github.com/spatialaudio/python-rtmixer/compare/0.1.2...0.1.3
7+
18Version 0.1.2 -- 2020-08-20 -- PyPI __ -- diff __
29 * Clean up ``cibuildwheel ``
310
Original file line number Diff line number Diff line change 4949 - {task: UsePythonVersion@0, inputs: {versionSpec: '3.7', architecture: x64}}
5050 - {task: UsePythonVersion@0, inputs: {versionSpec: '3.8', architecture: x86}}
5151 - {task: UsePythonVersion@0, inputs: {versionSpec: '3.8', architecture: x64}}
52+ - {task: UsePythonVersion@0, inputs: {versionSpec: '3.9', architecture: x86}}
53+ - {task: UsePythonVersion@0, inputs: {versionSpec: '3.9', architecture: x64}}
5254 - bash : |
5355 git submodule update --init --recursive
5456 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change 33https://python-rtmixer.readthedocs.io/
44
55"""
6- __version__ = '0.1.2 '
6+ __version__ = '0.1.3 '
77
88import sounddevice as _sd
99from pa_ringbuffer import init as _init_ringbuffer
You can’t perform that action at this time.
0 commit comments