Add Python 3.7 support
Also remove branch restriction in .travis.yml which prevents contributors from seeing builds on their forks.
This commit is contained in:
parent
a5e3124f20
commit
a029433247
2 changed files with 7 additions and 3 deletions
1
setup.py
1
setup.py
|
|
@ -47,5 +47,6 @@ setup(
|
|||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
]
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue