Skip to content

Commit

Permalink
Remove setuptools fossils.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauritsvanrees committed Jul 31, 2024
1 parent 86f63a5 commit 77eeb4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Changes
7.2 (unreleased)
----------------

- Remove unneeded setuptools fossils that may cause installation problems
with recent setuptools versions.
- Allow to use the package with Python 3.13 -- Caution: No security
audit has been done so far.
- Add support for single mode statements / execution.
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ def read(*rnames):
install_requires=[
],
python_requires=">=3.7, <3.14",
tests_require=tests_require,
extras_require={
'test': tests_require,
'docs': ['Sphinx', 'sphinx_rtd_theme'],
Expand Down

0 comments on commit 77eeb4e

Please sign in to comment.