Skip to content

Commit

Permalink
Drop support for <1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sloria committed May 2, 2015
1 parent 892078f commit a6d5950
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ python:
- "pypy"

env:
# Oldest supported version
- MARSHMALLOW_VERSION="==1.0.0"
# 1.2 line
- MARSHMALLOW_VERSION="==1.2.5"
# Lowest supported version
- MARSHMALLOW_VERSION="==1.2.0"
# Latest release
- MARSHMALLOW_VERSION=""

Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Deprecation/Removal:

Other changes:

- Drop support for marshmallow==1.0.0-a. marshmallow==1.0.0 is the minimum supported version.
- Drop support for marshmallow<1.2.0.

0.5.1 (2015-04-27)
******************
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

REQUIRES = [
'Flask',
'marshmallow>=1.0.0',
'marshmallow>=1.2.0',
]

class PyTest(TestCommand):
Expand Down

0 comments on commit a6d5950

Please sign in to comment.