Skip to content

Commit

Permalink
Refs #55 - Dropped support of Python 2.6. Support of Python 2.7 is en…
Browse files Browse the repository at this point in the history
…ough for now.
  • Loading branch information
benoitbryon committed Jul 16, 2013
1 parent 95df34c commit c93f5d4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: python
python:
- "2.6"
- "2.7"
install: make configure develop
script: make test
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ New feature (tar.gz archives) and marketing (talks).
- Feature #53 - GZIP is now the default archive format when rendering
directories. Use "diecutter.default_archive_type = application/zip" in
configuration file if you need ZIP format as a default.
- Refactoring #55 - Dropped support of Python 2.6. Tests are run against Python
2.7 only.
- Refactoring #20 - Render functions return generator ; moved response
composition (file/archive) into views via writers.
- Feature #46 - Added content of talks in documentation: AFPY event and
Expand Down
2 changes: 1 addition & 1 deletion INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ If you want to install a development environment, you should go to
Prerequisites
*************

* `Python`_ version 2.6 or 2.7.
* `Python`_ version 2.7.


*******
Expand Down
2 changes: 1 addition & 1 deletion docs/contribute/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Setup a development environment

System requirements:

* `Python`_ version 2.6 or 2.7, available as ``python`` command.
* `Python`_ version 2.7, available as ``python`` command.

.. note::

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
description='Templates as a service',
long_description=README,
classifiers=['Development Status :: 3 - Alpha',
"Programming Language :: Python",
"Programming Language :: Python :: 2.7",
"Framework :: Pylons",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Internet :: WWW/HTTP :: WSGI :: Application",
Expand Down

0 comments on commit c93f5d4

Please sign in to comment.