Skip to content

Commit ec828df

Browse files
authored
Merge pull request python3statement#213 from sloria/marshmallow
Add marshmallow
2 parents 632cabc + fe3db21 commit ec828df

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

_sections/30-projects.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ These projects pledge to drop Python 2 support in or before 2020.
3636
- [![](assets/tensorpack.png)Tensorpack](https://github.com/tensorpack/tensorpack)
3737
- [![](assets/pytest1.png)pytest](https://docs.pytest.org/en/latest)
3838
- [![](assets/hypothesis.png)Hypothesis](https://hypothesis.readthedocs.io/)
39+
- [![](assets/marshmallow.png)marshmallow](https://github.com/marshmallow-code/marshmallow)
3940
- [![](assets/xonsh.png)xonsh](http://xon.sh)
4041
- [![](assets/astropy.png)Astropy](https://www.astropy.org/)
4142
- [![](assets/geopy.png)geopy](https://geopy.readthedocs.io/)

assets/marshmallow.png

5.04 KB
Loading

site.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,10 @@ $(document).ready(function (){
280280
'plyara':[
281281
{content: '2.x', start: '2019-02-01', end:'2020-01-01'},
282282
],
283+
'marshmallow':[
284+
{content: '2.x', start: '2015-09-25', end:'2020-01-01', py2:true},
285+
{content: '3.x', start: '2019-05-05', end:'2023-12-31'},
286+
],
283287

284288
// for tests, rando example
285289
//'matplotlib':[

0 commit comments

Comments
 (0)