mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 17:59:52 +00:00
downgrade setuptools to 75.3.0
This commit is contained in:
parent
ac4e5a532f
commit
e4bfdd3469
1 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
[build-system]
|
||||
requires = ["setuptools >= 80.9.0"]
|
||||
# 75.3.0 is the latest version supporting Python 3.8
|
||||
requires = ["setuptools >= 75.3.0"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue