It is the first version officially supporting Python 3.10
https://wheel.readthedocs.io/en/stable/news.html
[build-system]
-requires = ["setuptools>=49.2.0", "wheel>=0.34.2"]
+requires = ["setuptools>=49.2.0", "wheel>=0.37"]
build-backend = "setuptools.build_meta"
[tool.black]
"flake8 >= 4.0",
"mypy >= 0.920, != 0.930, != 0.931",
"types-setuptools >= 57.4",
- "wheel >= 0.36",
+ "wheel >= 0.37",
],
# Requirements needed to build the documentation
"docs": [
[build-system]
-requires = ["setuptools>=49.2.0", "wheel>=0.34.2", "Cython>=3.0a5"]
+requires = ["setuptools>=49.2.0", "wheel>=0.37", "Cython>=3.0a5"]
build-backend = "setuptools.build_meta"
[tool.black]
[build-system]
-requires = ["setuptools>=49.2.0", "wheel>=0.34.2"]
+requires = ["setuptools>=49.2.0", "wheel>=0.37"]
build-backend = "setuptools.build_meta"
[tool.black]
flake8 == 4.0.0
mypy == 0.920
types-setuptools == 57.4.0
-wheel == 0.36.0
+wheel == 0.37
# From the 'docs' extra
Sphinx == 4.2.0