Skip to content

Commit

Permalink
fix: pin the setuptools for all implementations
Browse files Browse the repository at this point in the history
  • Loading branch information
BoboTiG committed Sep 16, 2024
1 parent 630d076 commit bafd8c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ CHANGES

* Publish Python 3.13 wheels.
* Rebuild Cython wrapper with Cython 3.0.11.
* Stick to ``setuptools < 72`` to workaround a crash with PyPy (https://github.com/pypa/distutils/issues/283)
* Stick to ``setuptools < 72.2.0`` to workaround a crash with PyPy (https://github.com/pypa/distutils/issues/283)

1.2.0 (2024-06-05)
------------------
Expand Down
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@
"readme_renderer",
]
install_requires = [
"setuptools",
# FIXME: remove the next line when https://github.com/pypa/distutils/issues/283 is done
"setuptools<72.2.0; implementation_name == 'pypy'",
# https://github.com/pypa/distutils/issues/283
"setuptools<72.2.0",
]

MARISA_ROOT_DIR = "marisa-trie"
Expand Down

0 comments on commit bafd8c7

Please # to comment.