mirror of
https://github.com/sprockets/sprockets.mixins.mediatype.git
synced 2024-11-22 03:00:25 +00:00
Add support for Python 3.5 through 3.7
This commit is contained in:
parent
5b74e20542
commit
7043250a1c
2 changed files with 5 additions and 0 deletions
|
@ -3,6 +3,8 @@ python:
|
|||
- 2.7
|
||||
- 3.4
|
||||
- 3.5
|
||||
- 3.6
|
||||
- 3.7-dev
|
||||
- pypy
|
||||
install:
|
||||
- pip install codecov
|
||||
|
|
3
setup.py
3
setup.py
|
@ -50,6 +50,9 @@ setuptools.setup(
|
|||
'Programming Language :: Python :: 3.2',
|
||||
'Programming Language :: Python :: 3.3',
|
||||
'Programming Language :: Python :: 3.4',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
'Programming Language :: Python :: Implementation :: CPython',
|
||||
'Programming Language :: Python :: Implementation :: PyPy',
|
||||
'Topic :: Software Development :: Libraries',
|
||||
|
|
Loading…
Reference in a new issue