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 1
1
# Changelog
2
2
3
- ## Unreleased
3
+ ## 1.3.0 (2022-04-26)
4
4
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 )
7
7
8
8
### Fixed
9
9
- 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 =
26
26
[options]
27
27
packages = setuptools_rust
28
28
zip_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
31
31
python_requires = >=3.7
32
32
33
33
[options.entry_points]
You can’t perform that action at this time.
0 commit comments