build: bump setuptools to >=65.6

This commit is contained in:
bastimeyer 2024-02-19 18:17:28 +01:00 committed by Sebastian Meyer
parent 8295cd2978
commit 61cec0e88e
2 changed files with 2 additions and 2 deletions

View File

@ -429,7 +429,7 @@ Streamlink defines a `build system <pyproject.toml_>`__ according to `PEP-517`_
- At least version **3.8**
* - build
- `setuptools`_
- At least version **64.0.0** |br|
- At least version **65.6.0** |br|
Used as build backend
* - build
- `wheel`_

View File

@ -1,6 +1,6 @@
[build-system]
requires = [
"setuptools >=64",
"setuptools >=65.6",
"wheel",
# The versioningit build-requirement gets removed from the source distribution,
# as the version string is already built into it (see the onbuild versioningit hook):