summaryrefslogtreecommitdiff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorMichele Simionato <michele.simionato@gmail.com>2018-11-04 07:36:38 +0100
committerMichele Simionato <michele.simionato@gmail.com>2018-11-04 07:36:38 +0100
commit861fd4d116d2f8b2b24fd2a4293d5bce67c238d3 (patch)
treeb16bd75625bf2a7b35a989f89de903d243fde405 /CHANGES.md
parentb9d42ec4234118b1783d77befa2b8e2c9d781ef2 (diff)
downloadpython-decorator-git-861fd4d116d2f8b2b24fd2a4293d5bce67c238d3.tar.gz
Added python_requires in setup.py
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 83b49af..54fca39 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -5,7 +5,8 @@ HISTORY
Accepted a patch from Sylvain Marie (https://github.com/smarie): now the
decorator module can decorate generator functions by preserving their
-being generator functions.
+being generator functions. Set python_requires='>=2.6, !=3.0.*, !=3.1.*'
+in setup.py, as suggested by https://github.com/hugovk.
## 4.3.1 (2018-08-04)