Skip to content

Commit

Permalink
Specify supported Python versions using python_requires in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Feb 17, 2019
1 parent 3f4e08e commit c839bbf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ Changelog
4.2 (unreleased)
----------------

- Nothing changed yet.
- Specify supported Python versions using ``python_requires`` in setup.py
(`Zope#481 <https://github.com/zopefoundation/Zope/issues/481>`_)


4.1 (2018-10-05)
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
],
python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*',
install_requires=[
'setuptools',
'AccessControl',
Expand Down

0 comments on commit c839bbf

Please sign in to comment.