Skip to content

Commit

Permalink
- remove setuptools pin from setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Sep 26, 2024
1 parent c37fd92 commit 4a832a1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Change History

- Fix tests to run successfully against newer ``setuptools`` versions.

- Pin ``setuptools < 69``, as newer versions break ``zc.buildout``.

3.0 (2023-02-08)
================
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def read(*rnames):
install_requires=[
'zc.buildout >= 1.2.0',
'zope.testrunner',
'setuptools < 69',
'setuptools',
'zc.recipe.egg >= 1.2.0',
],
tests_require=['zope.testing'],
Expand Down

0 comments on commit 4a832a1

Please sign in to comment.