Skip to content

Commit

Permalink
bump boto req to 2.32.0 for py3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
jantman committed Jun 13, 2015
1 parent 15694d7 commit 8e80b22
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Requirements

* Python 2.6 or 2.7 (`boto <http://docs.pythonboto.org/en/latest/>`_ currently has incomplete python3 support)
* Python `VirtualEnv <http://www.virtualenv.org/>`_ and ``pip`` (recommended installation method; your OS/distribution should have packages for these)
* `boto <http://docs.pythonboto.org/en/latest/>`_ >= 2.30.0
* `boto <http://docs.pythonboto.org/en/latest/>`_ >= 2.32.0

Installation
------------
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Requirements

* Python 2.6 or 2.7 (`boto <http://docs.pythonboto.org/en/latest/>`_ currently has incomplete python3 support)
* Python `VirtualEnv <http://www.virtualenv.org/>`_ and ``pip`` (recommended installation method; your OS/distribution should have packages for these)
* `boto <http://docs.pythonboto.org/en/latest/>`_ >= 2.30.0
* `boto <http://docs.pythonboto.org/en/latest/>`_ >= 2.32.0

Installation and Usage
-----------------------
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
long_description = file.read()

requires = [
'boto>=2.30.0',
'boto>=2.32.0',
]

classifiers = [
Expand All @@ -62,7 +62,6 @@
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Topic :: Internet',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ deps =
pytest-flakes
mock
freezegun
boto==2.0
boto==2.32.0

sitepackages = False
commands =
Expand Down

0 comments on commit 8e80b22

Please sign in to comment.