Skip to content

Commit

Permalink
Officially support Python 3.7 (marshmallow-code#1284)
Browse files Browse the repository at this point in the history
  • Loading branch information
sloria committed Jul 4, 2019
1 parent 7988ec0 commit aea8428
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ def read(fname):
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
],
test_suite='tests',
project_urls={
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = lint,py26,py27,py34,py35,docs
envlist = lint,py26,py27,py34,py35,py36,py37,docs

[testenv]
extras = tests,reco
Expand Down

0 comments on commit aea8428

Please sign in to comment.