Skip to content

Commit

Permalink
Requiring Python >= 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
micheles committed Aug 23, 2023
1 parent 4153d8a commit f296afe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
|---|---|
|E-mail | [email protected]|
|Version| 5.1.1 (2022-01-07)|
|Supports| Python 3.5, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11, 3.12|
|Supports| Python 3.7, 3.8, 3.9, 3.10, 3.11, 3.12|
|Download page| https://pypi.org/project/decorator/5.1.1|
|Installation| ``pip install decorator``|
|License | BSD license|
Expand Down Expand Up @@ -1692,4 +1692,4 @@ DAMAGE.

If you use this software and you are happy with it, consider sending me a
note, just to gratify my ego. On the other hand, if you use this software and
you are unhappy with it, send me a patch!
you are unhappy with it, send me a patch!
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,13 @@
py_modules=['decorator'],
keywords="decorators generic utility",
platforms=["All"],
python_requires='>=3.5',
python_requires='>=3.7',
classifiers=['Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Natural Language :: English',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
Expand Down
2 changes: 1 addition & 1 deletion src/tests/documentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
|---|---|
|E-mail | [email protected]|
|Version| $VERSION ($DATE)|
|Supports| Python 3.5, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11, 3.12|
|Supports| Python 3.7, 3.8, 3.9, 3.10, 3.11, 3.12|
|Download page| https://pypi.org/project/decorator/$VERSION|
|Installation| ``pip install decorator``|
|License | BSD license|
Expand Down

0 comments on commit f296afe

Please sign in to comment.