Update version number to 0.3.5 - #103
Conversation
|
Hey @sabonerune, thanks for #99. I tested it, but it seems that older Python doesn't have |
|
@JeremyCCHsu It would be a problem if users manually uninstalled Setuptools, but I don't think they would normally do that. |
|
@JeremyCCHsu Also, the sdist released on pypi seems to be a different source code than the wheel. |
|
@sabonerune @JeremyCCHsu |
- Add PEP 561 type stubs (pyworld/pyworld.pyi, pyworld/py.typed) and package_data in setup.py (#104, #105) - Migrate from pkg_resources to importlib.metadata with fallback (#99, #103) - Add Cython <3.1.0 constraint for Python <3.9 in pyproject.toml (#106) - Clean requirements.txt to core dependencies and update AppVeyor demo setup (#103) - Add sabonerune to README acknowledgements (#103)
* Update lib/World submodule to latest commit, bump version to 0.3.6, fix Cython syntax * Merge requests from open PRs (#96, #99, #103, #104, #105, #106) - Add PEP 561 type stubs (pyworld/pyworld.pyi, pyworld/py.typed) and package_data in setup.py (#104, #105) - Migrate from pkg_resources to importlib.metadata with fallback (#99, #103) - Add Cython <3.1.0 constraint for Python <3.9 in pyproject.toml (#106) - Clean requirements.txt to core dependencies and update AppVeyor demo setup (#103) - Add sabonerune to README acknowledgements (#103) * add 3.12 & 3.13 tests * Pin libsndfile version for Py 3.6/3.7 * Another attempt to fix 3.6/3.7
No description provided.