We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4419390 commit 7a633c9Copy full SHA for 7a633c9
docs/news.rst
@@ -1,6 +1,11 @@
1
Release Notes
2
=============
3
4
+**0.38.3 (2022-11-08)**
5
+
6
+- Fixed install failure when used with ``--no-binary``, reported on Ubuntu 20.04, by
7
+ removing ``setup_requires`` from ``setup.cfg``
8
9
**0.38.2 (2022-11-05)**
10
11
- Fixed regression introduced in v0.38.1 which broke parsing of wheel file names with
setup.cfg
@@ -32,7 +32,6 @@ package_dir=
32
= src
33
packages = find:
34
python_requires = >=3.7
35
-setup_requires = setuptools >= 45.2.0
36
zip_safe = False
37
38
[options.packages.find]
0 commit comments