We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86f63a5 commit d191a99Copy full SHA for d191a99
CHANGES.rst
@@ -4,6 +4,8 @@ Changes
4
7.2 (unreleased)
5
----------------
6
7
+- Remove unneeded setuptools fossils that may cause installation problems
8
+ with recent setuptools versions.
9
- Allow to use the package with Python 3.13 -- Caution: No security
10
audit has been done so far.
11
- Add support for single mode statements / execution.
setup.py
@@ -69,7 +69,6 @@ def read(*rnames):
69
install_requires=[
70
],
71
python_requires=">=3.7, <3.14",
72
- tests_require=tests_require,
73
extras_require={
74
'test': tests_require,
75
'docs': ['Sphinx', 'sphinx_rtd_theme'],
0 commit comments