Skip to content

Commit

Permalink
Update docs and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sloria committed May 5, 2019
1 parent 719bac1 commit 25efcd0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
Changelog
---------

3.0.0 (unreleased)
3.0.0rc6 (unreleased)
++++++++++++++++++

Other changes:

- *Backwards-incompatible*: Remove support for Python 2 (:issue:`1120`).
Thank you :user:`rooterkyberian` for the suggestion and the PR.
- *Backwards-incompatible*: Remove special-casing in ``fields.List`` and
``fields.Tuple`` for accessing nested attributes (:pr:`1188`).
Use ``fields.List(fields.Pluck(...))`` instead.
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ To run syntax checks: ::

$ tox -e lint

(Optional) To run tests on Python 2.7, 3.5, 3.6, and 3.7 virtual environments (must have each interpreter installed): ::
(Optional) To run tests in all supported Python versions in their own virtual environments (must have each interpreter installed): ::

$ tox

Expand Down
4 changes: 2 additions & 2 deletions docs/upgrading.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ Upgrading to 3.0
Python compatibility
********************

The marshmallow 3.x series supports Python 2.7 and >= 3.5.
The marshmallow 3.x series supports Python >= 3.5.

Python 2.6, 3.3, and 3.4 are no longer supported.
Python 2.6, 2.7, 3.3, and 3.4 are no longer supported.


Schemas are always strict
Expand Down

0 comments on commit 25efcd0

Please sign in to comment.