mirror of
https://github.com/sprockets/sprockets.mixins.http.git
synced 2024-11-14 19:29:31 +00:00
Add support for Python 3.6 and 3.7
This commit is contained in:
parent
bcd89a05d6
commit
459230be69
2 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,7 @@ python:
|
|||
- 3.4
|
||||
- 3.5
|
||||
- 3.6
|
||||
- 3.7-dev
|
||||
install:
|
||||
- pip install -r requires/testing.txt -r docs/requirements.txt
|
||||
script:
|
||||
|
|
2
setup.py
2
setup.py
|
@ -39,6 +39,8 @@ setuptools.setup(
|
|||
'Programming Language :: Python :: 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