Commit e63c2a39 authored by Maurits van Rees's avatar Maurits van Rees

Removed Python 2.6 from classifiers.

Added note in CHANGES.rst that Python 2.6 is no longer supported.
parent fbb183f5
...@@ -80,6 +80,8 @@ Features Added ...@@ -80,6 +80,8 @@ Features Added
Restructuring Restructuring
+++++++++++++ +++++++++++++
- Python 2.6 is no longer supported. Use Python 2.7.
- Products.SiteErrorLog: Is now a separated package. - Products.SiteErrorLog: Is now a separated package.
- OFS: Removed duplicate code in ZopeFind and ZopeFindAndApply - OFS: Removed duplicate code in ZopeFind and ZopeFindAndApply
......
...@@ -45,7 +45,6 @@ setup(name='Zope2', ...@@ -45,7 +45,6 @@ setup(name='Zope2',
"Operating System :: OS Independent", "Operating System :: OS Independent",
"Programming Language :: Python", "Programming Language :: Python",
"Programming Language :: Python :: 2 :: Only", "Programming Language :: Python :: 2 :: Only",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7", "Programming Language :: Python :: 2.7",
"Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: CPython",
], ],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment