Skip to content

Commit

Permalink
chore(infrastructure): Python 3.3 not supported as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
playpauseandstop committed Feb 14, 2019
1 parent 9fde1ea commit d290ce9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
@@ -1,7 +1,7 @@
1.0 (2019-02-14)
----------------

* Drop Python 2.6 support + ensure Python 3.6+ support. Kudos to
* Drop Python 2.6 & 3.3 support, ensure Python 3.6+ support. Kudos to
`jezdez <https://github.com/jezdez>`_ for pull request & implementation
* Use `inspect.getfullargspec()` if available. Kudos to
`vibiu <https://github.com/vibiu>`_ for pull request & implementation
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -31,7 +31,7 @@ database for `Flask <http://flask.pocoo.org/>`_ applications. Extension built
around beautiful `redis-py <https://github.com/andymccurdy/redis-py>`_ library
by Andy McCurdy.

* Works on Python 2.6, 2.7, 3.3+
* Works on Python 2.7, 3.4+
* BSD licensed
* Latest documentation `on Read the Docs
<http://flask-and-redis.readthedocs.org>`_
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Expand Up @@ -7,7 +7,7 @@ database for `Flask <http://flask.pocoo.org/>`_ applications. Extension built
around beautiful `redis-py <https://github.com/andymccurdy/redis-py>`_ library
by Andy McCurdy.

* Works on Python 2.6, 2.7, 3.3+
* Works on Python 2.7, 3.4+
* BSD licensed
* Latest documentation `on Read the Docs
<http://flask-and-redis.readthedocs.org>`_
Expand Down
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -41,7 +41,6 @@
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
Expand Down

0 comments on commit d290ce9

Please sign in to comment.