File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## Unreleased
3+ ## 1.3.0 (2022-04-26)
44
5- ### Packaging
6- - Increase minimum ` setuptools ` version to 1. 58. [ #222 ] ( https://github.com/PyO3/setuptools-rust/pull/222 )
5+ ### Packaging
6+ - Increase minimum ` setuptools ` version to 58. [ #222 ] ( https://github.com/PyO3/setuptools-rust/pull/222 )
77
88### Fixed
99- Fix crash when ` python-distutils-extra ` linux package is installed. [ #222 ] ( https://github.com/PyO3/setuptools-rust/pull/222 )
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ classifiers =
2626[options]
2727packages = setuptools_rust
2828zip_safe = True
29- install_requires = setuptools>=46.1 ; semantic_version>=2.8.2,<3; typing_extensions>=3.7.4.3
30- setup_requires = setuptools>=46.1 ; setuptools_scm>=6.3.2
29+ install_requires = setuptools>=58.0 ; semantic_version>=2.8.2,<3; typing_extensions>=3.7.4.3
30+ setup_requires = setuptools>=58.0 ; setuptools_scm>=6.3.2
3131python_requires = >=3.7
3232
3333[options.entry_points]
You can’t perform that action at this time.
0 commit comments